ANNOUNCE: Haddock version 0.6

Simon Marlow simonmar at microsoft.com
Mon Nov 24 09:38:57 EST 2003


 
> In article <SMARTHOSTmGviaeSdaQ0009caeb at SMARTHOST.microsoft.com>,
>  "Simon Marlow" <simonmar at microsoft.com> wrote:
> 
> > There is a new release of Haddock, version 0.6.  This 
> version has several 
> > improvements over the previous release; the full list is below.  
> 
> Excellent! I was stuck on implicit parameters for awhile.
> 
> I found one issue in 0.6 though, it seems to choke on explicit kind 
> declarations, for instance:
> 
>   newtype Constant (m :: * -> *) a = MkConstant a deriving (Eq);

Yup, I'm afraid that's another extension not supported by Haddock at the
moment.

Cheers,
	Simon


More information about the HaskellDoc mailing list