3
0
Fork 0
forked from mirrors/nixpkgs

Cabal-1.22.0.0: fix build with GHC 7.2.2

This commit is contained in:
Peter Simons 2015-01-18 12:26:34 +01:00
parent 380114738f
commit 35e5f59aee

View file

@ -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;