about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-11-26 07:03:04 +0000
committerGitHub <noreply@github.com>2018-11-26 07:03:04 +0000
commit4fef4fbb4bccc73d26b9a601d211990261cbb657 (patch)
treebc0a7e1d1bb82f2bb1d16d6b2f4b1a2bafb46f91
parent7e882349108ce922cdf46832dd944c548991ef66 (diff)
parent1268b3825433cd019d673bc43cd5fa23b2a787c4 (diff)
downloadnixlib-4fef4fbb4bccc73d26b9a601d211990261cbb657.tar
nixlib-4fef4fbb4bccc73d26b9a601d211990261cbb657.tar.gz
nixlib-4fef4fbb4bccc73d26b9a601d211990261cbb657.tar.bz2
nixlib-4fef4fbb4bccc73d26b9a601d211990261cbb657.tar.lz
nixlib-4fef4fbb4bccc73d26b9a601d211990261cbb657.tar.xz
nixlib-4fef4fbb4bccc73d26b9a601d211990261cbb657.tar.zst
nixlib-4fef4fbb4bccc73d26b9a601d211990261cbb657.zip
Merge pull request #51050 from alyssais/ghc-head
Remove reference to unpackaged GHC version
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-head.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix
index 99f4cd87ce56..b71f75033f08 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-head.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix
@@ -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;