about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPierre Radermecker <pierrer@pi3r.be>2017-12-20 15:00:20 +0100
committerPierre Radermecker <pierrer@pi3r.be>2017-12-20 15:16:57 +0100
commit3e22c56161c7830850bb5194a2dc90f154448014 (patch)
treeaa7066c9e66c3117edc9be6f140a3c77e397732c /pkgs
parent61da89bc8a5490c06642f6ff4b9a6ea61e5dc13b (diff)
downloadnixlib-3e22c56161c7830850bb5194a2dc90f154448014.tar
nixlib-3e22c56161c7830850bb5194a2dc90f154448014.tar.gz
nixlib-3e22c56161c7830850bb5194a2dc90f154448014.tar.bz2
nixlib-3e22c56161c7830850bb5194a2dc90f154448014.tar.lz
nixlib-3e22c56161c7830850bb5194a2dc90f154448014.tar.xz
nixlib-3e22c56161c7830850bb5194a2dc90f154448014.tar.zst
nixlib-3e22c56161c7830850bb5194a2dc90f154448014.zip
Haskell-language-puppet: don't build haddock
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4253283d3c86..b2d0f6636992 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -996,4 +996,8 @@ self: super: {
   # Duplicate instance with smallcheck.
   store = dontCheck super.store;
 
+  # With ghc-8.2.x haddock would time out for unknown reason
+  # See https://github.com/haskell/haddock/issues/679
+  language-puppet = dontHaddock super.language-puppet;
+
 }