Cabal or haddock? Can't export documentation from hidden module

Hi, I opened this ticket, but then I thought that maybe it is not related to haddock but to how Distribution modules call haddock: http://trac.haskell.org/haddock/ticket/107 What do you think? When I don't expose a module in .cabal file, other modules do not show documentation imported from that module. Thanks, Maurício

On Tue, May 19, 2009 at 10:58:48PM -0300, Maurício wrote:
I opened this ticket, but then I thought that maybe it is not related to haddock but to how Distribution modules call haddock:
http://trac.haskell.org/haddock/ticket/107
What do you think? When I don't expose a module in .cabal file, other modules do not show documentation imported from that module.
You need to list hidden modules in the Other-Modules field: see the Cabal User's Guide.
participants (2)
-
Maurício
-
Ross Paterson