[GHC] #12619: Allow users guide to be built independently from GHC
GHC
ghc-devs at haskell.org
Sun Oct 2 00:58:17 UTC 2016
#12619: Allow users guide to be built independently from GHC
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner:
Type: task | Status: new
Priority: normal | Milestone: 8.2.1
Component: Compiler | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
The only real sticky spot in this task is `utils/mkUserGuideParts`. It is
a utility compiled by stage1 which takes a Haskell data structure
containing bits of ReST and outputs ReST sources for the manpage and flags
table. Ideally we would have a Sphinx extension to handle this but my
previous attempts at this have been thwarted by various annoying technical
limitations of Sphinx.
The alternative would be to simply build `mkUserGuideParts` with the
stage0 compiler (either by default or with a build system setting).
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12619#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list