Ticket #769 (new defect)
HackageDB messes up {-# OPTIONS_HADDOCK hide #-}
| Reported by: | blamario | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | hackageDB website | Version: | 1.8.0.6 |
| Severity: | minor | Keywords: | |
| Cc: | Difficulty: | unknown | |
| GHC Version: | Platform: |
Description
Have a look at the SCC 0.6 package page ( http://hackage.haskell.org/package/scc) and then try to see, say, its XML module API ( http://hackage.haskell.org/packages/archive/scc/0.6/doc/html/Control-Concurrent-SCC-XML.html).
The reason for the 404 message that this module has a {-# OPTIONS_HADDOCK hide #-} pragma. When I tried Haddock locally, the effect was that the module became invisible, which was my intention. Making the module name visible but its documentation missing was not.
Change History
Note: See
TracTickets for help on using
tickets.
