about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-21 22:05:46 +0200
committerPeter Simons <simons@cryp.to>2015-04-21 22:05:46 +0200
commit5c6dd54183a2b44897f776fa6417280330ee1b2d (patch)
tree0bfbd74875ad5e6b467b2d344c1c1e2f9a6ae8f8 /pkgs
parent052b079c02f75c0bd3ee966464f15c09ef3128c3 (diff)
parent3aebbed5713b16784602467b23ecd8dc855a70e8 (diff)
downloadnixlib-5c6dd54183a2b44897f776fa6417280330ee1b2d.tar
nixlib-5c6dd54183a2b44897f776fa6417280330ee1b2d.tar.gz
nixlib-5c6dd54183a2b44897f776fa6417280330ee1b2d.tar.bz2
nixlib-5c6dd54183a2b44897f776fa6417280330ee1b2d.tar.lz
nixlib-5c6dd54183a2b44897f776fa6417280330ee1b2d.tar.xz
nixlib-5c6dd54183a2b44897f776fa6417280330ee1b2d.tar.zst
nixlib-5c6dd54183a2b44897f776fa6417280330ee1b2d.zip
Merge pull request #7499 from woehr/bnfc-meta-haddock
Don't try to build BNFC-meta documentation.
Diffstat (limited to 'pkgs')
-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 3bb2992620e0..bce6f31f68ea 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -121,6 +121,7 @@ self: super: {
   # The Haddock phase fails for one reason or another.
   attoparsec-conduit = dontHaddock super.attoparsec-conduit;
   blaze-builder-conduit = dontHaddock super.blaze-builder-conduit;
+  BNFC-meta = dontHaddock super.BNFC-meta;
   bytestring-progress = dontHaddock super.bytestring-progress;
   comonads-fd = dontHaddock super.comonads-fd;
   comonad-transformers = dontHaddock super.comonad-transformers;