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

Fixes https://github.com/NixOS/nixpkgs/issues/5900.
wip/yesman
Peter Simons 9 years ago
parent 56616ec099
commit 82d814d1e9
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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.

Loading…
Cancel
Save