I'd like to give it a try. I guess the repo is http://darcs.haskell.org/SoC/ghc.haddock/. Glancing around, see a version of ghc, and I don't know how to build haddock. Is ghc.haddock a new flag to a forked version of ghc?
Other questions: is ghc.haddock known to build & run on Windows? Is the plan to merge it into the main ghc sources, and if so, when?
I'd love to hear from others using ghc.haddock.
Thanks, - Conal
Hi Conal, The changes in ghc.haddock was merged to GHC last year after my SoC project was finished. This repository should not be used anymore. What you need is a quite recent GHC 6.7, probably from July or later. Then you should get Haddock 2.0 aka haddock.ghc from this darcs repository: http://darcs.haskell.org/SoC/haddock.ghc/. The package can be built using Cabal and GHC 6.7. I haven't tested it with Windows - please let me know if you have any problems. Thanks for taking interest! /David