From 63406af616898b245ccc6efe58829eba7701e5f3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 25 Jun 2015 12:40:39 +0200 Subject: [PATCH] haskell-acme-one exports no library modules, so we shouldn't run Haddock --- 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 6016ab57236..16152dc0468 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -135,6 +135,7 @@ self: super: { }); # The Haddock phase fails for one reason or another. + acme-one = dontHaddock super.acme-one; attoparsec-conduit = dontHaddock super.attoparsec-conduit; base-noprelude = dontHaddock super.base-noprelude; blaze-builder-conduit = dontHaddock super.blaze-builder-conduit;