diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index 5ae71325a9f..4039de13f78 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -267,4 +267,7 @@ self: super: { # GHC 7.10.1 is affected by https://github.com/srijs/hwsl2/issues/1. hwsl2 = dontCheck super.hwsl2; + # https://github.com/haskell/haddock/issues/427 + haddock = dontCheck super.haddock; + }