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>2016-09-17 13:20:45 +0200
committerPeter Simons <simons@cryp.to>2016-09-17 17:57:02 +0200
commitef4eb283a9a7171471a637b32021b64d6a22c491 (patch)
tree3ecb4b95a84c1e4d5d5dde45cbc1409676ce45cd /pkgs/development/haskell-modules/configuration-common.nix
parent9921e7ce96b5ea68f2b6665ba34f433f185d042a (diff)
downloadnixlib-ef4eb283a9a7171471a637b32021b64d6a22c491.tar
nixlib-ef4eb283a9a7171471a637b32021b64d6a22c491.tar.gz
nixlib-ef4eb283a9a7171471a637b32021b64d6a22c491.tar.bz2
nixlib-ef4eb283a9a7171471a637b32021b64d6a22c491.tar.lz
nixlib-ef4eb283a9a7171471a637b32021b64d6a22c491.tar.xz
nixlib-ef4eb283a9a7171471a637b32021b64d6a22c491.tar.zst
nixlib-ef4eb283a9a7171471a637b32021b64d6a22c491.zip
haskell-MemoTrie: disable failing Haddock stage
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index de92555f9590..924b586414ff 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -405,7 +405,7 @@ self: super: {
   lucid = dontCheck super.lucid; #https://github.com/chrisdone/lucid/issues/25
   lvmrun = disableHardening (dontCheck super.lvmrun) ["format"];
   memcache = dontCheck super.memcache;
-  MemoTrie = dontCheck super.MemoTrie;
+  MemoTrie = dontHaddock (dontCheck super.MemoTrie);
   metrics = dontCheck super.metrics;
   milena = dontCheck super.milena;
   nats-queue = dontCheck super.nats-queue;