about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-16 23:39:28 +0200
committerPeter Simons <simons@cryp.to>2015-06-17 23:17:54 +0200
commitb8446a4d858ae91bafa6d685cd91de280e27d1a7 (patch)
tree0df2cdf52dcef8bd9eb10870fab544184b851a39 /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parentef421d6f9b1d587b5e807e5ce3e1c2d79d44ef8b (diff)
downloadnixlib-b8446a4d858ae91bafa6d685cd91de280e27d1a7.tar
nixlib-b8446a4d858ae91bafa6d685cd91de280e27d1a7.tar.gz
nixlib-b8446a4d858ae91bafa6d685cd91de280e27d1a7.tar.bz2
nixlib-b8446a4d858ae91bafa6d685cd91de280e27d1a7.tar.lz
nixlib-b8446a4d858ae91bafa6d685cd91de280e27d1a7.tar.xz
nixlib-b8446a4d858ae91bafa6d685cd91de280e27d1a7.tar.zst
nixlib-b8446a4d858ae91bafa6d685cd91de280e27d1a7.zip
haskell: update configuration for Cabal 1.22.4.0
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
index e012cda2da94..e19a69277dba 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -38,7 +38,7 @@ self: super: {
   transformers = self.transformers_0_4_3_0;
 
   # https://github.com/haskell/cabal/issues/2322
-  Cabal_1_22_3_0 = super.Cabal_1_22_3_0.override { binary = dontCheck self.binary_0_7_5_0; };
+  Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = dontCheck self.binary_0_7_5_0; };
 
   # Avoid inconsistent 'binary' versions from 'text' and 'Cabal'.
   cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_7_5_0; });