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-08-03 15:05:47 +0200
committerPeter Simons <simons@cryp.to>2015-08-05 21:36:19 +0200
commitb03ce5d57a66d9f454bb736d3c81e97ca546590d (patch)
tree5c7c7c387caf3433e6a3ed12bf1f5b30698a4f8e /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent297ca5ff21d91fa8a41d73aad65a3c857d651cf5 (diff)
downloadnixlib-b03ce5d57a66d9f454bb736d3c81e97ca546590d.tar
nixlib-b03ce5d57a66d9f454bb736d3c81e97ca546590d.tar.gz
nixlib-b03ce5d57a66d9f454bb736d3c81e97ca546590d.tar.bz2
nixlib-b03ce5d57a66d9f454bb736d3c81e97ca546590d.tar.lz
nixlib-b03ce5d57a66d9f454bb736d3c81e97ca546590d.tar.xz
nixlib-b03ce5d57a66d9f454bb736d3c81e97ca546590d.tar.zst
nixlib-b03ce5d57a66d9f454bb736d3c81e97ca546590d.zip
haskell-binary: update to version 0.7.6.1
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.nix4
1 files changed, 2 insertions, 2 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 e19a69277dba..5b5cb9ffa180 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -38,10 +38,10 @@ self: super: {
   transformers = self.transformers_0_4_3_0;
 
   # https://github.com/haskell/cabal/issues/2322
-  Cabal_1_22_4_0 = super.Cabal_1_22_4_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_6_1; };
 
   # Avoid inconsistent 'binary' versions from 'text' and 'Cabal'.
-  cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_7_5_0; });
+  cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_7_6_1; });
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;