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>2016-02-09 20:42:49 +0100
committerPeter Simons <simons@cryp.to>2016-02-15 19:06:04 +0100
commit2029027d8883ab22e3044a71a4a33cc7a0beaf2e (patch)
tree9c9ff0f6573721c39049842dbdff31a80c9835a7 /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent3906a32bda60d0313297a5d172bdff07adceb843 (diff)
downloadnixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar.gz
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar.bz2
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar.lz
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar.xz
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar.zst
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.zip
haskell-binary: update older compilers to the latest version
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 6d47ccc866c8..0103eb3c598c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -41,10 +41,10 @@ self: super: {
   xhtml = self.xhtml_3000_2_1;
 
   # https://github.com/haskell/cabal/issues/2322
-  Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = dontCheck self.binary_0_8_2_0; };
+  Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = dontCheck self.binary_0_8_2_1; };
 
   # Avoid inconsistent 'binary' versions from 'text' and 'Cabal'.
-  cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_2_0; });
+  cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_2_1; });
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;