summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-01-25 11:15:11 +0100
committerPeter Simons <simons@cryp.to>2016-01-27 00:33:25 +0100
commitc68c8655f1420ed546f963123bf2efc934a88b5e (patch)
treea2c7aaca0c3b09b1508e0ebe31bce17ac1e627c1 /pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
parent2e3c8d55f743aa8ac1400d33cbfd904b9fa318a2 (diff)
downloadnixlib-c68c8655f1420ed546f963123bf2efc934a88b5e.tar
nixlib-c68c8655f1420ed546f963123bf2efc934a88b5e.tar.gz
nixlib-c68c8655f1420ed546f963123bf2efc934a88b5e.tar.bz2
nixlib-c68c8655f1420ed546f963123bf2efc934a88b5e.tar.lz
nixlib-c68c8655f1420ed546f963123bf2efc934a88b5e.tar.xz
nixlib-c68c8655f1420ed546f963123bf2efc934a88b5e.tar.zst
nixlib-c68c8655f1420ed546f963123bf2efc934a88b5e.zip
haskell: update use of Cabal 1.20.0.3 to 1.20.0.4
This affects mostly jailbreak-cabal, which uses the old version on most
platforms due to bugs introduced to Cabal in later releases.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
index 63ca4663caa4..c5e5802903db 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
@@ -49,7 +49,7 @@ self: super: {
   hashable = dontCheck super.hashable;
 
   # https://github.com/peti/jailbreak-cabal/issues/9
-  jailbreak-cabal = super.jailbreak-cabal.override { Cabal = dontJailbreak self.Cabal_1_20_0_3; };
+  jailbreak-cabal = super.jailbreak-cabal.override { Cabal = dontJailbreak self.Cabal_1_20_0_4; };
 
   # Haddock chokes on the prologue from the cabal file.
   ChasingBottoms = dontHaddock super.ChasingBottoms;