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

On 8/9/07, Simon Marlow <simonmarhaskell@gmail.com> wrote:
Conal Elliott wrote:
> I've heard of a version Haddock that understands all of GHC's syntax
> extensions.  Does anyone the current status?    - Conal

That would be the next version of Haddock, courtesy of David Waern's Summer
of Code project last year.  It is dependent on an unreleased version of
GHC, which is why it has not been more widely announced yet.

The source is here;

   http://darcs.haskell.org/haddock.ghc

but you'll need a very recent GHC 6.7 snapshot in order to build it.

Cheers,
        Simon