about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-18 12:26:34 +0100
committerPeter Simons <simons@cryp.to>2015-01-18 12:58:31 +0100
commit35e5f59aeebb6636fdfa4f2d5e881d53d015360b (patch)
tree9891a530d735dc0d5e07f5100759c27ac0b41481 /pkgs
parent380114738f534af52b06696e91a43885e719e299 (diff)
downloadnixlib-35e5f59aeebb6636fdfa4f2d5e881d53d015360b.tar
nixlib-35e5f59aeebb6636fdfa4f2d5e881d53d015360b.tar.gz
nixlib-35e5f59aeebb6636fdfa4f2d5e881d53d015360b.tar.bz2
nixlib-35e5f59aeebb6636fdfa4f2d5e881d53d015360b.tar.lz
nixlib-35e5f59aeebb6636fdfa4f2d5e881d53d015360b.tar.xz
nixlib-35e5f59aeebb6636fdfa4f2d5e881d53d015360b.tar.zst
nixlib-35e5f59aeebb6636fdfa4f2d5e881d53d015360b.zip
Cabal-1.22.0.0: fix build with GHC 7.2.2
Diffstat (limited to 'pkgs')
-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 d35285dea408..c5ec38c5194a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
@@ -40,7 +40,7 @@ self: super: {
   transformers-compat = disableCabalFlag super.transformers-compat "three";
 
   # https://github.com/haskell/cabal/issues/2322
-  Cabal_1_22_0_0 = super.Cabal_1_22_0_0.override { binary = self.binary_0_7_2_3; };
+  Cabal_1_22_0_0 = super.Cabal_1_22_0_0.override { binary = self.binary_0_7_2_3; process = self.process_1_2_1_0; };
 
   # https://github.com/tibbe/hashable/issues/85
   hashable = dontCheck super.hashable;