Re: Haddock 0.8 question

"Simon Marlow" <[email protected]> Fri, 3 Mar 2006 14:57:13 -0000
Newsgroups gmane.comp.lang.haskell.haskelldoc
Message-ID <2E9B33CE230409489A7ED37E5E34090F03A7E0CB@EUR-MSG-20.europe.corp.microsoft.com>
J. Garrett Morris wrote:
> Greetings, list,

I'm not sure how many people read this list...

> I just downloaded and compiled Haddock 0.8.  I still seem to be
> running into a couple of issues, namely:
>=20
> * The parser gags on the identifier ##,

Do you mean (##)?  This would be because Haddock is parsing GHC=20
extensions by default.  Insert spaces like this:  ( ## ).

> * and on generalized algebraic data types.
>=20
> Am I missing an obvious configuration switch, workaround, etc.?

GADTs aren't currently supported by Haddock, sorry.

Cheers,
	Simon