Changeset 3726 for src/Main.hs
- Timestamp:
- 05/23/05 13:42:15 (4 years ago)
- svk:copy_cache_prev:
- 5313
- Files:
-
- 1 modified
-
src/Main.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Main.hs
r3724 r3726 290 290 ["This is " ++ version ++ " built for " ++ getConfig "archname" 291 291 ,"" 292 ,"Summary of pugs configuration:" 293 ,"" ] 292 ,"Summary of pugs configuration:" ] 294 293 ++ map (\x -> createConfigLine x) (map (fst) (Map.toList config)) 295 294 ++ [ "" ]
