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:
parent
990d12641e
commit
648a5b14fb
@ -1801,4 +1801,9 @@ self: super: {
|
|||||||
# https://github.com/diagrams/diagrams-cairo/issues/77
|
# https://github.com/diagrams/diagrams-cairo/issues/77
|
||||||
diagrams-cairo = doJailbreak super.diagrams-cairo;
|
diagrams-cairo = doJailbreak super.diagrams-cairo;
|
||||||
|
|
||||||
|
# Too strict version bounds on base
|
||||||
|
# https://github.com/gibiansky/IHaskell/issues/1217
|
||||||
|
ihaskell-display = doJailbreak super.ihaskell-display;
|
||||||
|
ihaskell-basic = doJailbreak super.ihaskell-basic;
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -7153,8 +7153,6 @@ broken-packages:
|
|||||||
- ige-mac-integration
|
- ige-mac-integration
|
||||||
- ignore
|
- ignore
|
||||||
- igraph
|
- igraph
|
||||||
- ihaskell-basic
|
|
||||||
- ihaskell-display
|
|
||||||
- ihaskell-parsec
|
- ihaskell-parsec
|
||||||
- ihaskell-rlangqq
|
- ihaskell-rlangqq
|
||||||
- ihaskell-widgets
|
- ihaskell-widgets
|
||||||
|
@ -146785,8 +146785,6 @@ self: {
|
|||||||
libraryHaskellDepends = [ base ihaskell ];
|
libraryHaskellDepends = [ base ihaskell ];
|
||||||
description = "IHaskell display instances for basic types";
|
description = "IHaskell display instances for basic types";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ihaskell-blaze" = callPackage
|
"ihaskell-blaze" = callPackage
|
||||||
@ -146841,8 +146839,6 @@ self: {
|
|||||||
libraryHaskellDepends = [ base classy-prelude ihaskell ];
|
libraryHaskellDepends = [ base classy-prelude ihaskell ];
|
||||||
description = "IHaskell display instances for basic types";
|
description = "IHaskell display instances for basic types";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
hydraPlatforms = lib.platforms.none;
|
|
||||||
broken = true;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"ihaskell-gnuplot" = callPackage
|
"ihaskell-gnuplot" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user