#3558: Make haddock compilable without ghci being enabled
-------------------------------+--------------------------------------------
Reporter: igloo | Owner:
Type: task | Status: new
Priority: high | Milestone: 6.12.1
Component: Compiler | Version: 6.10.4
Severity: normal | Keywords:
Difficulty: Unknown | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-------------------------------+--------------------------------------------
Make haddock compilable without ghci being enabled, and set `HADDOCK_DOCS`
default back to just YES. It was changed in this patch:
{{{
Sun Sep 20 19:13:19 BST 2009 Matthias Kilian <[email protected]>
* 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.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3558>
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