haskell-ghc-mod: disable Haddock phase to fix the build

See <https://github.com/kazu-yamamoto/ghc-mod/issues/126> for further details.
This commit is contained in:
Peter Simons 2013-05-21 11:42:58 +02:00
parent 069a970a81
commit 91ea9b9190

View File

@ -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";