haskell-base-orphans: disable test suite to avoid build failures with ghc-8.2.x
This commit is contained in:
parent
0ee5424ebf
commit
26762f1e1e
@ -68,4 +68,7 @@ self: super: {
|
||||
# Work around overly restrictive constraints on the version of 'base'.
|
||||
ChasingBottoms = doJailbreak super.ChasingBottoms;
|
||||
|
||||
# https://github.com/haskell-compat/base-orphans/issues/42
|
||||
base-orphans = dontCheck super.base-orphans;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user