summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-27 21:16:47 +0100
committerPeter Simons <simons@cryp.to>2015-04-18 20:43:22 +0200
commit2121543d0c840aa6d69e117dc424705c1f94b645 (patch)
tree5fc4a7bde067ece99df0b2712a85b25ed35da4a9 /pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
parentb2f87068b634305421ef9b52bf93125f9731e07e (diff)
downloadnixlib-2121543d0c840aa6d69e117dc424705c1f94b645.tar
nixlib-2121543d0c840aa6d69e117dc424705c1f94b645.tar.gz
nixlib-2121543d0c840aa6d69e117dc424705c1f94b645.tar.bz2
nixlib-2121543d0c840aa6d69e117dc424705c1f94b645.tar.lz
nixlib-2121543d0c840aa6d69e117dc424705c1f94b645.tar.xz
nixlib-2121543d0c840aa6d69e117dc424705c1f94b645.tar.zst
nixlib-2121543d0c840aa6d69e117dc424705c1f94b645.zip
jailbreak-cabal: avoid infinite recursion
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
index 8428af7ca6e8..335800bd1fe1 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
@@ -49,7 +49,7 @@ self: super: {
   hashable = dontCheck super.hashable;
 
   # Needs Cabal >= 1.18.x.
-  jailbreak-cabal = super.jailbreak-cabal.override { Cabal = self.Cabal_1_18_1_6; };
+  jailbreak-cabal = super.jailbreak-cabal.override { Cabal = dontJailbreak self.Cabal_1_18_1_6; };
 
   # Haddock chokes on the prologue from the cabal file.
   ChasingBottoms = dontHaddock super.ChasingBottoms;