[Hackage] #769: HackageDB messes up {-# OPTIONS_HADDOCK hide #-}
Hackage
cvs-ghc at haskell.org
Fri Nov 26 04:46:13 EST 2010
#769: HackageDB messes up {-# OPTIONS_HADDOCK hide #-}
--------------------------------+-------------------------------------------
Reporter: blamario | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: hackageDB website | Version: 1.8.0.6
Severity: normal | Keywords:
Difficulty: unknown | Ghcversion:
Platform: |
--------------------------------+-------------------------------------------
Comment(by ross):
In that case, it seems you've nothing to lose from moving the modules you
want to hide from exposed-modules to other-modules.
The package page sets out to present the info in the .cabal file, so the
Modules section should list all the modules in exposed-modules. It could
check the existence of each file individually in deciding whether to make
the module name a link or just plain, but I think its simpler for people
to use exposed-modules/other-modules than OPTIONS_HADDOCK hide.
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/769#comment:3>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list