mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
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.
|
||||
hwsl2 = dontCheck super.hwsl2;
|
||||
|
||||
# https://github.com/haskell/haddock/issues/427
|
||||
haddock = dontCheck super.haddock;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user