Hi Isaac, Some time ago I added support for haddock-izing hidden modules. Cabal just have to supply --hide <module> command line option to Haddock. What is wrong with this and why we need to add #hide pragmas?
Cheers, Krasimir 2005/11/14, Isaac Jones <[EMAIL PROTECTED]>: > ijones 2005/11/13 15:43:15 PST > > Modified files: > libraries/Cabal/Distribution Simple.hs > libraries/Cabal/tests ModuleTest.hs > Added files: > libraries/Cabal/tests/A/B A.lhs > Removed files: > libraries/Cabal/tests/A/B A.hs > Log: > Einar Karttunen put together support for haddock-izing hidden modules. > > I added a test case. I'm a bit concerned about munging the modules by > adding a 'hidden' pragma here, but it doesn't seem to cause a problem. > > Revision Changes Path > 1.85 +11 -2 fptools/libraries/Cabal/Distribution/Simple.hs > 1.26 +10 -7 fptools/libraries/Cabal/tests/ModuleTest.hs > _______________________________________________ > Cvs-libraries mailing list > [EMAIL PROTECTED] > http://www.haskell.org/mailman/listinfo/cvs-libraries > _______________________________________________ Cvs-libraries mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-libraries
