mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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 New Issue
Block a user