[Haskell-cafe] ANNOUNCE: Haddock 2.10.0
Sergei Trofimovich
slyich at gmail.com
Sat Mar 3 20:28:48 CET 2012
> --------------------------------------------
> -- Haddock 2.10.0
> --------------------------------------------
>
> Version 2.10.0, which was released with GHC 7.4.1, is now uploaded on Hackage.
Nice, thank you!
It seems to fail to generate buildwrapper documentation.
The minimal example:
-- Base.hs:
module Base where
-- | component in cabal file
data CabalComponent
= CCLibrary -- ^ library
{ cc_buildable :: Bool -- ^ is the library buildable
}
$ haddock Base.hs
Haddock coverage:
Base.hs:7:9: parse error on input `{'
--
Sergei
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120303/fa276e4f/attachment.pgp>
More information about the Haskell-Cafe
mailing list