Merge pull request #95774 from maralorn/eval-fix
[haskell-updates] haskellPackages: Fix evaluation errors
This commit is contained in:
commit
21c09bbaa6
@ -5905,6 +5905,7 @@ broken-packages:
|
|||||||
- hasql-queue
|
- hasql-queue
|
||||||
- hasql-simple
|
- hasql-simple
|
||||||
- hasql-th
|
- hasql-th
|
||||||
|
- hasqly-mysql
|
||||||
- hastache
|
- hastache
|
||||||
- hastache-aeson
|
- hastache-aeson
|
||||||
- haste
|
- haste
|
||||||
@ -6767,7 +6768,6 @@ broken-packages:
|
|||||||
- inject-function
|
- inject-function
|
||||||
- inline-asm
|
- inline-asm
|
||||||
- inline-java
|
- inline-java
|
||||||
- inline-r
|
|
||||||
- inserts
|
- inserts
|
||||||
- inspector-wrecker
|
- inspector-wrecker
|
||||||
- instana-haskell-trace-sdk
|
- instana-haskell-trace-sdk
|
||||||
@ -10079,6 +10079,7 @@ broken-packages:
|
|||||||
- sym
|
- sym
|
||||||
- sym-plot
|
- sym-plot
|
||||||
- symantic
|
- symantic
|
||||||
|
- symantic-atom
|
||||||
- symantic-http-test
|
- symantic-http-test
|
||||||
- symantic-lib
|
- symantic-lib
|
||||||
- symantic-xml
|
- symantic-xml
|
||||||
|
@ -119650,6 +119650,8 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "composable SQL generation";
|
description = "composable SQL generation";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hastache" = callPackage
|
"hastache" = callPackage
|
||||||
@ -143745,8 +143747,6 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Seamlessly call R from Haskell and vice versa. No FFI required.";
|
description = "Seamlessly call R from Haskell and vice versa. No FFI required.";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {inherit (pkgs) R;};
|
}) {inherit (pkgs) R;};
|
||||||
|
|
||||||
"inliterate" = callPackage
|
"inliterate" = callPackage
|
||||||
@ -244839,6 +244839,8 @@ self: {
|
|||||||
];
|
];
|
||||||
description = "Library for reading and writing Atom";
|
description = "Library for reading and writing Atom";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
hydraPlatforms = stdenv.lib.platforms.none;
|
||||||
|
broken = true;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"symantic-base" = callPackage
|
"symantic-base" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user