haskell-extra: disable failing test suite on GHC 7.8.x

This commit is contained in:
Peter Simons 2017-03-29 16:09:11 +02:00
parent a77e74d409
commit f79cb54cee
1 changed files with 3 additions and 0 deletions

View File

@ -152,4 +152,7 @@ self: super: {
# Haddock doesn't cope with the new markup.
bifunctors = dontHaddock super.bifunctors;
# extra-test: <stdout>: hFlush: invalid argument (Bad file descriptor)
extra = dontCheck super.extra;
}