haskellPackages.ihaskell-{display,basic}: jailbreak
Version bounds on base are too strict: https://github.com/gibiansky/IHaskell/issues/1217 Fixes evaluation of top-level ihaskell.
This commit is contained in:
@@ -146785,8 +146785,6 @@ self: {
|
||||
libraryHaskellDepends = [ base ihaskell ];
|
||||
description = "IHaskell display instances for basic types";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell-blaze" = callPackage
|
||||
@@ -146841,8 +146839,6 @@ self: {
|
||||
libraryHaskellDepends = [ base classy-prelude ihaskell ];
|
||||
description = "IHaskell display instances for basic types";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell-gnuplot" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user