From d0aeea2ac353f6577f2cc8ebefac019498782afb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 Mar 2015 11:58:47 +0100 Subject: [PATCH] haskell-zlib-conduit fails the Haddock stage because it doesn't define any modules. --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 02d937d4fc1..6b9d9424339 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -117,6 +117,7 @@ self: super: { shakespeare-text = dontHaddock super.shakespeare-text; types-compat = dontHaddock super.types-compat; # https://github.com/philopon/apiary/issues/15 wai-test = dontHaddock super.wai-test; + zlib-conduit = dontHaddock super.zlib-conduit; # jailbreak doesn't get the job done because the Cabal file uses conditionals a lot. darcs = overrideCabal super.darcs (drv: {