haskell-ng: fix 7.6.3 build of hashable
This commit is contained in:
parent
921bb64a6d
commit
3e64a6e382
@ -35,5 +35,9 @@ self: super: {
|
|||||||
transformers = self.transformers_0_4_2_0;
|
transformers = self.transformers_0_4_2_0;
|
||||||
mtl = self.mtl_2_2_1;
|
mtl = self.mtl_2_2_1;
|
||||||
|
|
||||||
|
# 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; };
|
||||||
|
|
||||||
|
# https://github.com/tibbe/hashable/issues/85
|
||||||
|
hashable = dontCheck super.hashable;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user