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

ghcHEAD updates
This commit is contained in:
Peter Simons 2017-09-01 16:26:08 +02:00 committed by GitHub
commit 88bb678bab

View file

@ -18,6 +18,9 @@ self: super: {
deepseq = null;
directory = null;
filepath = null;
ghc-boot = null;
ghc-boot-th = null;
ghc-compact = null;
ghc-prim = null;
ghci = null;
haskeline = null;
@ -35,7 +38,7 @@ self: super: {
xhtml = null;
# jailbreak-cabal can use the native Cabal library.
jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; };
jailbreak-cabal = pkgs.haskell.packages.ghc802.jailbreak-cabal;
# haddock: No input file(s).
nats = dontHaddock super.nats;