#3558: Make haddock compilable without ghci being enabled
---------------------------+------------------------------------------------
Reporter: igloo | Owner: igloo
Type: task | Status: closed
Priority: high | Milestone: 6.14.1
Component: Compiler | Version: 6.10.4
Resolution: fixed | Keywords:
Testcase: | Blockedby:
Difficulty: Unknown | Os: Unknown/Multiple
Blocking: | Architecture: Unknown/Multiple
Failure: None/Unknown |
---------------------------+------------------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => fixed
Comment:
Fixed:
{{{
Sat Jul 31 00:50:01 BST 2010 Ian Lynagh <[email protected]>
* Always haddock by default
Revert this patch:
Matthias Kilian <[email protected]>**20090920181319
Don't build haddock if HADDOC_DOCS = NO, and disable HADDOC_DOCS
if GhcWithInterpreter = NO
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.
Sat Jul 31 12:55:06 BST 2010 Ian Lynagh <[email protected]>
* Expose the functions haddock needs even when haddock is disabled;
#3558
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3558#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs