haskellPackages: Fix evaluation errors
This commit is contained in:
parent
019780631c
commit
e5b3dd0f9a
@ -5904,6 +5904,7 @@ broken-packages:
|
||||
- hasql-queue
|
||||
- hasql-simple
|
||||
- hasql-th
|
||||
- hasqly-mysql
|
||||
- hastache
|
||||
- hastache-aeson
|
||||
- haste
|
||||
@ -6766,7 +6767,6 @@ broken-packages:
|
||||
- inject-function
|
||||
- inline-asm
|
||||
- inline-java
|
||||
- inline-r
|
||||
- inserts
|
||||
- inspector-wrecker
|
||||
- instana-haskell-trace-sdk
|
||||
@ -10078,6 +10078,7 @@ broken-packages:
|
||||
- sym
|
||||
- sym-plot
|
||||
- symantic
|
||||
- symantic-atom
|
||||
- symantic-http-test
|
||||
- symantic-lib
|
||||
- symantic-xml
|
||||
|
@ -119637,6 +119637,8 @@ self: {
|
||||
];
|
||||
description = "composable SQL generation";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hastache" = callPackage
|
||||
@ -143717,8 +143719,6 @@ self: {
|
||||
];
|
||||
description = "Seamlessly call R from Haskell and vice versa. No FFI required.";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) R;};
|
||||
|
||||
"inliterate" = callPackage
|
||||
@ -244773,6 +244773,8 @@ self: {
|
||||
];
|
||||
description = "Library for reading and writing Atom";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
hydraPlatforms = stdenv.lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"symantic-base" = callPackage
|
||||
|
Loading…
x
Reference in New Issue
Block a user