
3 Mar
2012
3 Mar
'12
3:12 p.m.
2012/3/3 Sergei Trofimovich
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 }
You can't stick a doc comment between a constructor and its arguments. Try putting the comment after the record closing bracket instead (or tell the author of the code). David