forked from mirrors/nixpkgs
Merge pull request #51050 from alyssais/ghc-head
Remove reference to unpackaged GHC version
This commit is contained in:
commit
4fef4fbb4b
|
@ -40,7 +40,7 @@ self: super: {
|
|||
xhtml = null;
|
||||
|
||||
# jailbreak-cabal can use the native Cabal library.
|
||||
jailbreak-cabal = pkgs.haskell.packages.ghc802.jailbreak-cabal;
|
||||
jailbreak-cabal = super.jailbreak-cabal.override { Cabal = null; };
|
||||
|
||||
# haddock: No input file(s).
|
||||
nats = dontHaddock super.nats;
|
||||
|
|
Loading…
Reference in a new issue