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-22 13:32:27 +0100
committerPeter Simons <simons@cryp.to>2015-02-22 19:47:22 +0100
commit9c3da4e723237a5a581abe1559f6f74ac09c1088 (patch)
tree9b1d47e1dc00e6d5e127cfc8b7b49cc8c1722c2a /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parentf28a690bed0287e5976b35a3609e62b911befb5c (diff)
downloadnixlib-9c3da4e723237a5a581abe1559f6f74ac09c1088.tar
nixlib-9c3da4e723237a5a581abe1559f6f74ac09c1088.tar.gz
nixlib-9c3da4e723237a5a581abe1559f6f74ac09c1088.tar.bz2
nixlib-9c3da4e723237a5a581abe1559f6f74ac09c1088.tar.lz
nixlib-9c3da4e723237a5a581abe1559f6f74ac09c1088.tar.xz
nixlib-9c3da4e723237a5a581abe1559f6f74ac09c1088.tar.zst
nixlib-9c3da4e723237a5a581abe1559f6f74ac09c1088.zip
Cabal: update overrides for version 1.22.1.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 a7465f7744d3..c627d6705868 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_3_0; };
+  Cabal_1_22_1_0 = super.Cabal_1_22_1_0.override { binary = self.binary_0_7_3_0; };
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;