Changeset 2009 for src/Pugs/Help.hs
- Timestamp:
- 04/16/05 00:52:37 (4 years ago)
- svk:copy_cache_prev:
- 3535
- Location:
- src/Pugs
- Files:
-
- 1 added
- 1 moved
-
. (added)
-
Help.hs (moved) (moved from src/Help.hs) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Help.hs
r1978 r2009 16 16 #include "pugs_version.h" 17 17 18 module Help (printInteractiveHelp, printCommandLineHelp,18 module Pugs.Help (printInteractiveHelp, printCommandLineHelp, 19 19 banner, versnum, version, revnum, 20 20 copyright, disclaimer, intro) where
