id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
121,"Support export of modules using their ""as"" name",bjpop,,"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.",defect,new,minor,,2.4.2,,export module as,
