diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 57c6dab6adc..1d2af9da6d4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/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.