diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0259c202070..df458053522 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -657,6 +657,9 @@ self: super: { postUnpack = "rm -v ${drv.pname}-${drv.version}/Setup.hs"; }); + # https://github.com/haskell/haddock/issues/378 + haddock-library = dontCheck super.haddock-library; + } // { # Not on Hackage.