Skip to content

Commit

Permalink
ghc-8.0.2: Fix NixOS#44987
Browse files Browse the repository at this point in the history
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
  • Loading branch information
typetetris committed Aug 14, 2018
1 parent 3878342 commit 23e0392
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 23e0392

Please sign in to comment.