lol

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

authored by

Eric Wolf and committed by
Domen Kožar
fe6ebf85 3116e6e6

+1
+1
pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix
··· 19 19 filepath = null; 20 20 ghc-boot = null; 21 21 ghc-boot-th = null; 22 + ghc-compact = null; 22 23 ghc-prim = null; 23 24 ghci = null; 24 25 haskeline = null;