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>2017-04-04 12:55:56 +0200
committerPeter Simons <simons@cryp.to>2017-04-04 16:29:12 +0200
commit046c5c57d0f2260b5961b28f62ab0722225a385f (patch)
tree46d40f34940c74dfbf2833f5be8c7269500b0fae /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parentb232d2f4e4cf1ebb1f3dc5d58cf11a7d6c71d9a9 (diff)
downloadnixlib-046c5c57d0f2260b5961b28f62ab0722225a385f.tar
nixlib-046c5c57d0f2260b5961b28f62ab0722225a385f.tar.gz
nixlib-046c5c57d0f2260b5961b28f62ab0722225a385f.tar.bz2
nixlib-046c5c57d0f2260b5961b28f62ab0722225a385f.tar.lz
nixlib-046c5c57d0f2260b5961b28f62ab0722225a385f.tar.xz
nixlib-046c5c57d0f2260b5961b28f62ab0722225a385f.tar.zst
nixlib-046c5c57d0f2260b5961b28f62ab0722225a385f.zip
haskell-binary: update 0.8.x branch to 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 4c2fb69ec806..111852ab34b9 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_4_1; };
+  Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = dontCheck self.binary_0_8_5_1; };
 
   # Avoid inconsistent 'binary' versions from 'text' and 'Cabal'.
-  cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_4_1; });
+  cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_5_1; });
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;