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-12-21 15:30:24 +0100
committerPeter Simons <simons@cryp.to>2015-12-22 13:17:20 +0100
commitf1b0383c921140fb64589ee4adb38c10424ee295 (patch)
treed1ebf1be53eebaa005c1396972b9624e5fb79b3d /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent4418b8b034dd985e86690bb87d1d874e3def014d (diff)
downloadnixlib-f1b0383c921140fb64589ee4adb38c10424ee295.tar
nixlib-f1b0383c921140fb64589ee4adb38c10424ee295.tar.gz
nixlib-f1b0383c921140fb64589ee4adb38c10424ee295.tar.bz2
nixlib-f1b0383c921140fb64589ee4adb38c10424ee295.tar.lz
nixlib-f1b0383c921140fb64589ee4adb38c10424ee295.tar.xz
nixlib-f1b0383c921140fb64589ee4adb38c10424ee295.tar.zst
nixlib-f1b0383c921140fb64589ee4adb38c10424ee295.zip
haskell-binary: update overrides for version 0.8.x
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 693c0b1d5224..f1774c04a8fc 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_7_6_1; };
+  Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = dontCheck self.binary_0_8_0_0; };
 
   # Avoid inconsistent 'binary' versions from 'text' and 'Cabal'.
-  cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_7_6_1; });
+  cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_0_0; });
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;