
Since the site for signing up to haddock mailing list seems to be down ( http://projects.haskell.org/cgi-bin/mailman/listinfo/haddock) I thought I would post this here Haddock fails to parse (and therefore closes prematurely) when generating documentation for the Hamlet package found here ( http://hackage.haskell.org/package/hamlet). This furthermore prevents the hamlet from being built on archlinux using cabal2arch/AUR/bauerbill The error when creating the documentation is Warning: Text.Hamlet.Quasi: We do not support associated types in instances yet. These instances are affected: Text.Hamlet.Quasi.HamletValue (Text.Hamlet.Quasi.Hamlet url), Text.Hamlet.Quasi.HamletValue Text.Blaze.Internal.Html haddock coverage for dist/build/tmp17309/Text/Hamlet/Quasi.hs: 9/14 64% dist/build/tmp17309/Text/Cassius.hs:340:23: parse error on input `AbsoluteUnit' Aborting... On the previous haskell-platform this did not happen Thanks

Don't need to worry about this, its being fixed in the next release of
hamlet
On Sun, Mar 13, 2011 at 1:25 AM, Mathew de Detrich
Since the site for signing up to haddock mailing list seems to be down ( http://projects.haskell.org/cgi-bin/mailman/listinfo/haddock) I thought I would post this here
Haddock fails to parse (and therefore closes prematurely) when generating documentation for the Hamlet package found here ( http://hackage.haskell.org/package/hamlet). This furthermore prevents the hamlet from being built on archlinux using cabal2arch/AUR/bauerbill
The error when creating the documentation is Warning: Text.Hamlet.Quasi: We do not support associated types in instances yet. These instances are affected: Text.Hamlet.Quasi.HamletValue (Text.Hamlet.Quasi.Hamlet url), Text.Hamlet.Quasi.HamletValue Text.Blaze.Internal.Html haddock coverage for dist/build/tmp17309/Text/Hamlet/Quasi.hs: 9/14 64%
dist/build/tmp17309/Text/Cassius.hs:340:23: parse error on input `AbsoluteUnit' Aborting...
On the previous haskell-platform this did not happen
Thanks

On Sun, Mar 13, 2011 at 9:47 AM, David Waern
2011/3/12 Mathew de Detrich
: Don't need to worry about this, its being fixed in the next release of hamlet
So was it a bug in Haddock that you've worked around or something else?
Thanks, David
I released a new version of Hamlet which changed how the Haddocks were written. I do not believe it was a bug in Haddock, but in the comments in Hamlet itself. Michael
participants (3)
-
David Waern
-
Mathew de Detrich
-
Michael Snoyman