Re: haddock and associated data families

2010-10-03 Thread David Waern
2010/9/9 Antoine Latter aslat...@gmail.com:
 CC'ing the maintainer listed on Hackage for haddock

 On Wed, Sep 8, 2010 at 5:14 PM, Christian Höner zu Siederdissen
 choe...@tbi.univie.ac.at 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/failure/ghc-6.12

 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
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


haddock and associated data families

2010-09-08 Thread 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/failure/ghc-6.12

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


pgpD9QRopBprL.pgp
Description: PGP signature
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: haddock and associated data families

2010-09-08 Thread 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
choe...@tbi.univie.ac.at 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/failure/ghc-6.12

 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


___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users