summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-20 17:44:03 +0200
committerPeter Simons <simons@cryp.to>2015-04-20 22:05:33 +0200
commit26941230b56920e8b1fa839aafbf2edb452cb595 (patch)
tree5194bc39ad049cdc8e10e189f50210a8054945b8 /pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
parent413d124e6833e53cc741278b4164b7b6297b806a (diff)
downloadnixpkgs-26941230b56920e8b1fa839aafbf2edb452cb595.tar
nixpkgs-26941230b56920e8b1fa839aafbf2edb452cb595.tar.gz
nixpkgs-26941230b56920e8b1fa839aafbf2edb452cb595.tar.bz2
nixpkgs-26941230b56920e8b1fa839aafbf2edb452cb595.tar.lz
nixpkgs-26941230b56920e8b1fa839aafbf2edb452cb595.tar.xz
nixpkgs-26941230b56920e8b1fa839aafbf2edb452cb595.tar.zst
nixpkgs-26941230b56920e8b1fa839aafbf2edb452cb595.zip
hackage-packages.nix: re-generate from Hackage state https://github.com/commercialhaskell/all-cabal-files/commit/e1a69962dcba686a7f228d45a3f20faee94048bc
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
index df9f96f73e7..49296fa04df 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
@@ -41,7 +41,7 @@ self: super: {
   transformers = self.transformers_0_4_3_0;
 
   # https://github.com/haskell/cabal/issues/2322
-  Cabal_1_22_2_0 = super.Cabal_1_22_2_0.override { binary = self.binary_0_7_4_0; process = self.process_1_2_3_0; };
+  Cabal_1_22_3_0 = super.Cabal_1_22_3_0.override { binary = self.binary_0_7_4_0; process = self.process_1_2_3_0; };
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;