[haddock] #121: Support export of modules using their "as" name
haddock
haddock at projects.haskell.org
Wed Nov 4 01:36:32 EST 2009
#121: Support export of modules using their "as" name
-------------------+--------------------------------------------------------
Reporter: bjpop | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 2.5.0
Version: 2.4.2 | Keywords: export module as
-------------------+--------------------------------------------------------
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.
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/121>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list