haskell-hashable: jailbreak to fix build with ghc-8.2.x
This commit is contained in:
parent
2180d2c118
commit
bde4ef2234
|
@ -67,6 +67,7 @@ self: super: {
|
|||
|
||||
# Work around overly restrictive constraints on the version of 'base'.
|
||||
ChasingBottoms = doJailbreak super.ChasingBottoms;
|
||||
hashable = doJailbreak super.hashable;
|
||||
|
||||
# https://github.com/haskell-compat/base-orphans/issues/42
|
||||
base-orphans = dontCheck super.base-orphans;
|
||||
|
|
Loading…
Reference in New Issue