
Greetings, 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 ##, * and on generalized algebraic data types. Am I missing an obvious configuration switch, workaround, etc.? /g

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
participants (2)
-
J. Garrett Morris
-
Simon Marlow