nix-env -f '<nixpkgs>' -qaP -A haskell.packages.ghc802 will run again, but the packages depending on ghc-compact will still not build, as they have a constrain on base >= 4.10 and ghc 8.0.2 has base 4.9.1.0
This commit is contained in:
parent
3116e6e6b9
commit
fe6ebf85b7
@ -19,6 +19,7 @@ self: super: {
|
|||||||
filepath = null;
|
filepath = null;
|
||||||
ghc-boot = null;
|
ghc-boot = null;
|
||||||
ghc-boot-th = null;
|
ghc-boot-th = null;
|
||||||
|
ghc-compact = null;
|
||||||
ghc-prim = null;
|
ghc-prim = null;
|
||||||
ghci = null;
|
ghci = null;
|
||||||
haskeline = null;
|
haskeline = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user