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>2015-03-24 13:42:50 +0100
committerPeter Simons <simons@cryp.to>2015-03-25 14:37:14 +0100
commit258bc139660f357ba8145db8501c350731edc247 (patch)
tree5dea3c59bd324ff56c3ea2c54b8d29c858aed16d /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent3f0097fc4bb7330f0a8f70bbe86bed0e5fde0117 (diff)
downloadnixlib-258bc139660f357ba8145db8501c350731edc247.tar
nixlib-258bc139660f357ba8145db8501c350731edc247.tar.gz
nixlib-258bc139660f357ba8145db8501c350731edc247.tar.bz2
nixlib-258bc139660f357ba8145db8501c350731edc247.tar.lz
nixlib-258bc139660f357ba8145db8501c350731edc247.tar.xz
nixlib-258bc139660f357ba8145db8501c350731edc247.tar.zst
nixlib-258bc139660f357ba8145db8501c350731edc247.zip
haskell-ng: update Cabal and deepseq to latest versions
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.nix2
1 files changed, 1 insertions, 1 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 0188be27a65f..383a03183906 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -37,7 +37,7 @@ self: super: {
   transformers-compat = disableCabalFlag super.transformers-compat "three";
 
   # https://github.com/haskell/cabal/issues/2322
-  Cabal_1_22_1_1 = super.Cabal_1_22_1_1.override { binary = self.binary_0_7_4_0; };
+  Cabal_1_22_2_0 = super.Cabal_1_22_2_0.override { binary = self.binary_0_7_4_0; };
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;