haddock: disable test suite for GHC 7.10.x to avoid known failure
This commit is contained in:
parent
61b44f4ef7
commit
504aa843a1
@ -267,4 +267,7 @@ self: super: {
|
|||||||
# GHC 7.10.1 is affected by https://github.com/srijs/hwsl2/issues/1.
|
# GHC 7.10.1 is affected by https://github.com/srijs/hwsl2/issues/1.
|
||||||
hwsl2 = dontCheck super.hwsl2;
|
hwsl2 = dontCheck super.hwsl2;
|
||||||
|
|
||||||
|
# https://github.com/haskell/haddock/issues/427
|
||||||
|
haddock = dontCheck super.haddock;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user