Specify no-tests cabal flag for vty-ui under ghc 7.10.x

This commit is contained in:
Kevin Quick 2015-08-19 10:15:38 -07:00
parent d8b9521d64
commit 2066ac2956

View File

@ -268,4 +268,7 @@ self: super: {
# https://github.com/haskell/haddock/issues/427
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";
}