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