summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-25 12:40:39 +0200
committerPeter Simons <simons@cryp.to>2015-07-05 21:06:03 +0200
commit63406af616898b245ccc6efe58829eba7701e5f3 (patch)
tree8c89650a7a9ee38973e796c972fe4c522cc8a2ca /pkgs/development/haskell-modules/configuration-common.nix
parentd0f1e6626b10e56b9be428083b51562c20bad556 (diff)
downloadnixpkgs-63406af616898b245ccc6efe58829eba7701e5f3.tar
nixpkgs-63406af616898b245ccc6efe58829eba7701e5f3.tar.gz
nixpkgs-63406af616898b245ccc6efe58829eba7701e5f3.tar.bz2
nixpkgs-63406af616898b245ccc6efe58829eba7701e5f3.tar.lz
nixpkgs-63406af616898b245ccc6efe58829eba7701e5f3.tar.xz
nixpkgs-63406af616898b245ccc6efe58829eba7701e5f3.tar.zst
nixpkgs-63406af616898b245ccc6efe58829eba7701e5f3.zip
haskell-acme-one exports no library modules, so we shouldn't run Haddock
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
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;