Changeset 4037 for src/Main.hs
- Timestamp:
- 05/28/05 06:03:56 (4 years ago)
- svk:copy_cache_prev:
- 5515
- Files:
-
- 1 modified
-
src/Main.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Main.hs
r3906 r4037 15 15 -} 16 16 17 module Main where17 module Main (module Main, withArgs) where 18 18 import Pugs.Internals 19 19 import Pugs.Config
