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-01-21 21:35:51 +0100
committerPeter Simons <simons@cryp.to>2015-01-22 22:40:21 +0100
commit78f3bd565a931bd451d18590ae690dca5b9d0769 (patch)
treea8163b0a940112cdd9de7720012f6cc0e058ca4b /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent01fc3e0525c6c6c20cbd0b8f40e9a939505a5e36 (diff)
downloadnixlib-78f3bd565a931bd451d18590ae690dca5b9d0769.tar
nixlib-78f3bd565a931bd451d18590ae690dca5b9d0769.tar.gz
nixlib-78f3bd565a931bd451d18590ae690dca5b9d0769.tar.bz2
nixlib-78f3bd565a931bd451d18590ae690dca5b9d0769.tar.lz
nixlib-78f3bd565a931bd451d18590ae690dca5b9d0769.tar.xz
nixlib-78f3bd565a931bd451d18590ae690dca5b9d0769.tar.zst
nixlib-78f3bd565a931bd451d18590ae690dca5b9d0769.zip
hackage-packages.nix: re-generate from Hackage 2015-01-22T21:38:10+0100
This commit also implements the second part of the
https://github.com/NixOS/cabal2nix/commit/4f603d1ca0e0da77b72f4efb70f9658a434f84cb
hack to work around https://github.com/NixOS/cabal2nix/issues/136

Fixes https://github.com/NixOS/nixpkgs/issues/5902.
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 308e5753b31e..a7465f7744d3 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_0_0 = super.Cabal_1_22_0_0.override { binary = self.binary_0_7_2_3; };
+  Cabal_1_22_0_0 = super.Cabal_1_22_0_0.override { binary = self.binary_0_7_3_0; };
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;