At 2002-06-03 09:04, Simon Marlow wrote:

>I'm pleased to announce version 0.3 of Haddock, a documentation
>generation tool for Haskell source code.

Has trouble with this:

-- haddock -h -o Doc/ HaddockTest.hs
module HaddockTest where
    {
    -- |comment
    class C a where
        {
        };
    }

...gives this
HaddockTest.hs:5:5: Parse error


-- 
Ashley Yakeley, Seattle WA

_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to