[Haskell] ANNOUNCE: Haddock version 2.0.0.0

David Waern david.waern at gmail.com
Sun Feb 10 09:07:26 EST 2008


2008/1/23, Ross Paterson <ross at soi.city.ac.uk>:
> Also, the new haddock rejects some modules the old one accepted.
> For example, it doesn't like extra doc comments that aren't attached
> to anything.  It also rejects
>
>   data Pair = Pair {-# UNPACK #-} !Int -- ^ first field
>                    {-# UNPACK #-} !Int -- ^ second field

I just took a look a this last issue. It is not a bug, Haddock has
never supported doc comments that are attached to the arguments of a
non-record constructor.

David


More information about the Libraries mailing list