Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc.hs: remove modules from export list. | Brent Yorgey | 2007-11-20 | 1 | -15/+12 |
| | | | | | | | Apparently GHC 6.8.1 issues a warning when a re-exported module does not itself export anything. darcs-hash:20071120172947-bd4d7-f022d124f21093b61303eb7524cb57c075d8beaf.gz | ||||
* | A new documentation system | Andrea Rossato | 2007-11-20 | 1 | -0/+90 |
What to see a real Haddock abuse? Here you go. Removed Documentation.hs and added a new name space: XMonad.Doc. By importing other documentation modules we may also use the synopsis in XMonad.Doc. If you believe that we should not have modules without code, well this code is not for you: just that strange -- stuff ...;) darcs-hash:20071120151552-32816-f4c08bb12ceeb931a5c82c782100d698f5efc22f.gz |