summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-head.nix
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2017-09-01 13:44:00 +0000
committerMatthew Pickering <matthewtpickering@gmail.com>2017-09-01 13:49:56 +0000
commitd13f7c54e30b5eb9e90f226d2a947f66a0ce1b38 (patch)
treef82d83221b6000b4f8c2c1db9f613a920a151c92 /pkgs/development/haskell-modules/configuration-ghc-head.nix
parent84f52d20f1e0ce8b49f569a100c4cc20c8a1b850 (diff)
Use older version of jailbreak-cabal with ghcHEAD
See https://github.com/peti/jailbreak-cabal/issues/13
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-head.nix')
-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 4b7fc3d836034..7cc3253345870 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-head.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix
@@ -35,7 +35,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;