
30 Jun
2014
30 Jun
'14
8:25 p.m.
On Sun, Jun 29, 2014 at 11:04:20PM -0700, Mark Lentczner wrote:
In times of yore (prior to 7.8), when GHC build a bindist, it included the generated HTML manual for Cabal. As of 7.8, this seems to have gone missing-in-action.
Anyone know where it went?
It was converted to markdown, and GHC's build system doesn't know how to build markdown docs. It's in libraries/Cabal/Cabal/doc/. Thanks Ian