Merge pull request #95774 from maralorn/eval-fix

[haskell-updates] haskellPackages: Fix evaluation errors
This commit is contained in:
maralorn
2020-08-19 11:04:06 +02:00
committed by GitHub
2 changed files with 6 additions and 3 deletions
+4 -2
View File
@@ -119650,6 +119650,8 @@ self: {
];
description = "composable SQL generation";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"hastache" = callPackage
@@ -143745,8 +143747,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
@@ -244839,6 +244839,8 @@ self: {
];
description = "Library for reading and writing Atom";
license = stdenv.lib.licenses.gpl3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"symantic-base" = callPackage