Merge pull request #28827 from mpickering/ghc-head-updates

ghcHEAD updates

authored by Peter Simons and committed by GitHub 88bb678b b2e7e231

+4 -1
+4 -1
pkgs/development/haskell-modules/configuration-ghc-head.nix
··· 18 deepseq = null; 19 directory = null; 20 filepath = null; 21 ghc-prim = null; 22 ghci = null; 23 haskeline = null; ··· 35 xhtml = null; 36 37 # jailbreak-cabal can use the native Cabal library. 38 - jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; }; 39 40 # haddock: No input file(s). 41 nats = dontHaddock super.nats;
··· 18 deepseq = null; 19 directory = null; 20 filepath = null; 21 + ghc-boot = null; 22 + ghc-boot-th = null; 23 + ghc-compact = null; 24 ghc-prim = null; 25 ghci = null; 26 haskeline = null; ··· 38 xhtml = null; 39 40 # jailbreak-cabal can use the native Cabal library. 41 + jailbreak-cabal = pkgs.haskell.packages.ghc802.jailbreak-cabal; 42 43 # haddock: No input file(s). 44 nats = dontHaddock super.nats;