From 3e22c56161c7830850bb5194a2dc90f154448014 Mon Sep 17 00:00:00 2001 From: Pierre Radermecker Date: Wed, 20 Dec 2017 15:00:20 +0100 Subject: Haskell-language-puppet: don't build haddock --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs') 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; + } -- cgit 1.4.1