haskell-ng: fix 7.6.3 build of hashable
This commit is contained in:
parent
921bb64a6d
commit
3e64a6e382
1 changed files with 4 additions and 0 deletions
|
@ -35,5 +35,9 @@ self: super: {
|
|||
transformers = self.transformers_0_4_2_0;
|
||||
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; };
|
||||
|
||||
# https://github.com/tibbe/hashable/issues/85
|
||||
hashable = dontCheck super.hashable;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue