ANNOUNCE: Haddock version 0.3

Ashley Yakeley ashley@semantic.org
Wed, 5 Jun 2002 22:09:41 -0700


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