3
0
Fork 0
forked from mirrors/nixpkgs

haskell-vty: disable test suite to avoid ICE in GHC 7.8.4

Fixes https://github.com/NixOS/nixpkgs/issues/5900.
This commit is contained in:
Peter Simons 2015-01-22 17:24:01 +01:00
parent 56616ec099
commit 82d814d1e9

View file

@ -379,6 +379,9 @@ self: super: {
# Help the test suite find system timezone data.
tz = overrideCabal super.tz (drv: { preConfigure = "export TZDIR=${pkgs.tzdata}/share/zoneinfo"; });
# https://ghc.haskell.org/trac/ghc/ticket/9625
vty = dontCheck super.vty;
}
// {
# Not on Hackage yet.