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-02-24 12:09:32 +0100
committerPeter Simons <simons@cryp.to>2015-02-24 23:29:58 +0100
commit27e37a11d136ea57b1cb83977d3c0a5ad0ce0980 (patch)
treeedc39f89f716b06ffb97e80cb0a2d69e87b2a4fb /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent475097ace1cd92dabf054aee5aabcc8e82f2643f (diff)
downloadnixlib-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar
nixlib-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar.gz
nixlib-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar.bz2
nixlib-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar.lz
nixlib-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar.xz
nixlib-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.tar.zst
nixlib-27e37a11d136ea57b1cb83977d3c0a5ad0ce0980.zip
haskell-ng: update Cabal to version 1.22.1.1 and binary to version 0.7.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 c627d6705868..f9228b9013bc 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -37,7 +37,7 @@ self: super: {
   transformers-compat = disableCabalFlag super.transformers-compat "three";
 
   # https://github.com/haskell/cabal/issues/2322
-  Cabal_1_22_1_0 = super.Cabal_1_22_1_0.override { binary = self.binary_0_7_3_0; };
+  Cabal_1_22_1_1 = super.Cabal_1_22_1_1.override { binary = self.binary_0_7_4_0; };
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;