ghc-8.0.2: Fix #44987 (#45014)

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:
Eric Wolf 2018-08-15 15:53:20 +02:00 committed by Domen Kožar
parent 3116e6e6b9
commit fe6ebf85b7

View File

@ -19,6 +19,7 @@ self: super: {
filepath = null;
ghc-boot = null;
ghc-boot-th = null;
ghc-compact = null;
ghc-prim = null;
ghci = null;
haskeline = null;