forked from mirrors/nixpkgs
Specify no-tests cabal flag for vty-ui under ghc 7.10.x
This commit is contained in:
parent
d8b9521d64
commit
2066ac2956
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue