Changeset 32 for src/Help.hs
- Timestamp:
- 02/16/05 18:48:28 (4 years ago)
- svk:copy_cache_prev:
- 1041
- Files:
-
- 1 modified
-
src/Help.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Help.hs
r7 r32 1 1 {-# OPTIONS -cpp #-} 2 #define VERSION " "2 #define VERSION "6" 3 3 #define DATE "" 4 4 #include "config.h" … … 13 13 -} 14 14 15 module Help (printHelp, banner, vers ion, copyright, disclaimer) where15 module Help (printHelp, banner, versnum, version, copyright, disclaimer) where 16 16 17 17 printHelp :: IO ()
