haskell-extra: disable failing test suite on GHC 7.8.x
This commit is contained in:
parent
a77e74d409
commit
f79cb54cee
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue