Ticket #3558 (closed task: fixed)
Make haddock compilable without ghci being enabled
| Reported by: | igloo | Owned by: | igloo |
|---|---|---|---|
| Priority: | high | Milestone: | 7.0.1 |
| Component: | Compiler | Version: | 6.10.4 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
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 <kili@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.
Change History
Note: See
TracTickets for help on using
tickets.
