#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 _______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel