From 91ea9b91905579821fc4ecb2066ec9c525ebdc9c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 21 May 2013 11:42:58 +0200 Subject: [PATCH] haskell-ghc-mod: disable Haddock phase to fix the build See for further details. --- pkgs/development/libraries/haskell/ghc-mod/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/ghc-mod/default.nix b/pkgs/development/libraries/haskell/ghc-mod/default.nix index a74c99994ff..62a68adbec4 100644 --- a/pkgs/development/libraries/haskell/ghc-mod/default.nix +++ b/pkgs/development/libraries/haskell/ghc-mod/default.nix @@ -26,6 +26,7 @@ cabal.mkDerivation (self: { ensureDir "$out/share/emacs" mv $pname-$version emacs/site-lisp ''; + noHaddock = true; meta = { homepage = "http://www.mew.org/~kazu/proj/ghc-mod/"; description = "Happy Haskell Programming";