summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-06-13 11:09:38 +0200
committerPeter Simons <simons@cryp.to>2015-06-13 11:31:31 +0200
commitea3382bb69e542b7af7cdc1407abd9e0dc757c68 (patch)
tree7fd860d91e30baad947d9ad79230cf47c88159ad /pkgs/development/haskell-modules
parent5fae046771a5166430669816a88f7c27dfbecf88 (diff)
downloadnixlib-ea3382bb69e542b7af7cdc1407abd9e0dc757c68.tar
nixlib-ea3382bb69e542b7af7cdc1407abd9e0dc757c68.tar.gz
nixlib-ea3382bb69e542b7af7cdc1407abd9e0dc757c68.tar.bz2
nixlib-ea3382bb69e542b7af7cdc1407abd9e0dc757c68.tar.lz
nixlib-ea3382bb69e542b7af7cdc1407abd9e0dc757c68.tar.xz
nixlib-ea3382bb69e542b7af7cdc1407abd9e0dc757c68.tar.zst
nixlib-ea3382bb69e542b7af7cdc1407abd9e0dc757c68.zip
haskell-record doesn't pass the Haddock phase.
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 52a0e29c7d46..d42c05fad286 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -166,6 +166,7 @@ self: super: {
   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;
+  record = dontHaddock super.record;                            # https://github.com/nikita-volkov/record/issues/22
 
   # Jailbreak doesn't get the job done because the Cabal file uses conditionals a lot.
   darcs = (overrideCabal super.darcs (drv: {