cvs commit: fptools/haddock/src HaddockTypes.hs Main.hs
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <200502041215.j14CFtTv022307__42767.5421386541$1107519327$gmane$org@glass.cse.ogi.edu> |
simonmar 2005/02/04 04:15:55 PST
Modified files:
haddock/src HaddockTypes.hs Main.hs
Log:
Add attribute #not-home, to indicate that the current module should
not be considered to be a home module for the each entity it exports,
unless there is no other module that exports the entity.
Revision Changes Path
1.22 +1 -1 fptools/haddock/src/HaddockTypes.hs
1.84 +4 -2 fptools/haddock/src/Main.hs