patch applied (ghc-6.12/ghc): Don't build haddock if HADDOC_DOCS =
NO, and disable HADDOC_DOCS if GhcWithInterpreter = NO
Ian Lynagh
igloo at earth.li
Sat Oct 3 07:49:10 EDT 2009
Sun Sep 20 11:13:19 PDT 2009 Matthias Kilian <kili at outback.escape.de>
* Don't build haddock if HADDOC_DOCS = NO, and disable HADDOC_DOCS if GhcWithInterpreter = NO
Ignore-this: 1268ae31d74e746b09287814ee435f65
Haddock uses TcRnDriver.tcRnGetInfo, which is only available if
GHCI is built. Set HADDOC_DOCS to NO if GhcWithInterpreter is NO,
and disable the haddock build if HADDOC_DOCS = NO.
M ./ghc.mk +2
M ./mk/config.mk.in -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.12/ghc/_darcs/patches/20090920181319-6d641-dcf03f263ed93cf4490aca74891a25b39973ae0c.gz
More information about the Cvs-ghc
mailing list