Haddock 0.8 question

Simon Marlow simonmar at microsoft.com
Fri Mar 3 09:57:13 EST 2006


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:
> 
> * The parser gags on the identifier ##,

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

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

GADTs aren't currently supported by Haddock, sorry.

Cheers,
	Simon


More information about the HaskellDoc mailing list