haddock and associated data families

Hi, haddock seems to produce an error on associated data family decls.: http://hackage.haskell.org/packages/archive/PrimitiveArray/0.0.2.1/logs/fail... line 22, where the errors occurs is exactly this one: class PrimArrayOps a b where data PrimArray a b :: * -- ^ PrimArray data type I'll fix it by trying other methods to put comments there. Could someone enter this as a bug, if it is not done yet? (Assuming it is a bug ;-) Thanks, Christian

CC'ing the maintainer listed on Hackage for haddock
On Wed, Sep 8, 2010 at 5:14 PM, Christian Höner zu Siederdissen
Hi,
haddock seems to produce an error on associated data family decls.:
http://hackage.haskell.org/packages/archive/PrimitiveArray/0.0.2.1/logs/fail...
line 22, where the errors occurs is exactly this one:
class PrimArrayOps a b where data PrimArray a b :: * -- ^ PrimArray data type
I'll fix it by trying other methods to put comments there. Could someone enter this as a bug, if it is not done yet? (Assuming it is a bug ;-)
Thanks, Christian
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

2010/9/9 Antoine Latter
CC'ing the maintainer listed on Hackage for haddock
On Wed, Sep 8, 2010 at 5:14 PM, Christian Höner zu Siederdissen
wrote: Hi,
haddock seems to produce an error on associated data family decls.:
http://hackage.haskell.org/packages/archive/PrimitiveArray/0.0.2.1/logs/fail...
line 22, where the errors occurs is exactly this one:
class PrimArrayOps a b where data PrimArray a b :: * -- ^ PrimArray data type
I'll fix it by trying other methods to put comments there. Could someone enter this as a bug, if it is not done yet? (Assuming it is a bug ;-)
Hi, Sorry for the late reply. Haddock doesn't support comments on associated types yet. I created a ticket: http://trac.haskell.org/haddock/ticket/154 David
participants (3)
-
Antoine Latter
-
Christian Höner zu Siederdissen
-
David Waern