haskell-base-orphans: disable test suite to avoid build failures with ghc-8.2.x

This commit is contained in:
Peter Simons 2017-07-07 12:19:42 +02:00
parent 0ee5424ebf
commit 26762f1e1e

View File

@ -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;
}