forked from mirrors/nixpkgs
Cabal-1.22.0.0: fix build with GHC 7.2.2
This commit is contained in:
parent
380114738f
commit
35e5f59aee
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue