the case of the missing Cabal doc

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? - Mark

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

On Mon, Jun 30, 2014 at 1:25 PM, Ian Lynagh
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/.
Okay then... I can see how the GHC build doesn't want to depend on pandoc! I'll probably remove this from the Mac HP distribution, and then have the installed "Start Here" do just have a link to the cabal doc on the web. ...Unless anyone has a good, short markdown->html script that runs in the browser.... :-) - Mark
participants (2)
-
Ian Lynagh
-
Mark Lentczner