diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix index 4b6baed4973..73bc28b4dd3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix @@ -111,4 +111,7 @@ self: super: { network_2_6_3_1 = dontCheck super.network_2_6_3_1; network = self.network_2_6_3_1; + # Haddock fails with an internal error. + utf8-string = dontHaddock super.utf8-string; + }