Ticket #121 (new defect)
Support export of modules using their "as" name
| Reported by: | bjpop | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Version: | 2.4.2 | Keywords: | export module as |
| Cc: |
Description
Haskell allows you to import modules using an "as" name, and re-export the module using that name:
module Language.Python.Common ( module Pretty ) import Language.Python.Common.Pretty as Pretty
It seems that Haddock 2.4.2 has trouble with this and complains that:
Warning: language-python-0.2:Language.Python.Common: Could not find documentation for exported module: Pretty
Changing the export to use the full qualified name of the module fixes the problem.
Change History
Note: See
TracTickets for help on using
tickets.
