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-03 15:12:50 +0100
committerPeter Simons <simons@cryp.to>2016-02-03 18:51:53 +0100
commite38979485702fe21af60dc2b93ba8b39ace78b0e (patch)
treed0e9bb82f09a05fb1a47f17076912e50b27bb9dc /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent9e06f6880c5446bc9de4c40db830d63cc43eb295 (diff)
downloadnixlib-e38979485702fe21af60dc2b93ba8b39ace78b0e.tar
nixlib-e38979485702fe21af60dc2b93ba8b39ace78b0e.tar.gz
nixlib-e38979485702fe21af60dc2b93ba8b39ace78b0e.tar.bz2
nixlib-e38979485702fe21af60dc2b93ba8b39ace78b0e.tar.lz
nixlib-e38979485702fe21af60dc2b93ba8b39ace78b0e.tar.xz
nixlib-e38979485702fe21af60dc2b93ba8b39ace78b0e.tar.zst
nixlib-e38979485702fe21af60dc2b93ba8b39ace78b0e.zip
haskell-binary: update use of 0.8.0.1 to 0.8.2.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.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 a1dad7f3cd9a..6d47ccc866c8 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_0_1; };
+  Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = dontCheck self.binary_0_8_2_0; };
 
   # Avoid inconsistent 'binary' versions from 'text' and 'Cabal'.
-  cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_0_1; });
+  cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_2_0; });
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;