Merge pull request #9345 from kquick/haskell-vty-ui-disable-tests
Specify no-tests cabal flag for vty-ui under ghc 7.10.x
This commit is contained in:
commit
24664e9cb3
@ -268,4 +268,7 @@ self: super: {
|
|||||||
# https://github.com/haskell/haddock/issues/427
|
# https://github.com/haskell/haddock/issues/427
|
||||||
haddock = dontCheck super.haddock;
|
haddock = dontCheck super.haddock;
|
||||||
|
|
||||||
|
# The tests in vty-ui do not build, but vty-ui itself builds.
|
||||||
|
vty-ui = enableCabalFlag super.vty-ui "no-tests";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user