diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix index c489e8c6921..19b063686b6 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.9.x.nix @@ -88,6 +88,9 @@ self: super: { # Test suite has stricter version bounds retry = dontCheck super.retry; + # Test suite fails with time >= 1.5 + http-date = dontCheck super.http-date; + # Version 1.19.5 fails its test suite. happy = dontCheck super.happy;