From c68c8655f1420ed546f963123bf2efc934a88b5e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 25 Jan 2016 11:15:11 +0100 Subject: 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. --- pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix') 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; -- cgit 1.4.1