1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-ghc-mod: re-enable the haddock phase

This commit is contained in:
Peter Simons 2013-05-22 10:21:17 +02:00
parent dc28cdf721
commit a56e1d1756

View file

@ -26,7 +26,6 @@ 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";