Changeset 2358 for src/Main.hs
- Timestamp:
- 04/26/05 15:14:11 (4 years ago)
- svk:copy_cache_prev:
- 3900
- Files:
-
- 1 modified
-
src/Main.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Main.hs
r2320 r2358 201 201 runProgramWith (\e -> e{ envDebug = Nothing }) end 202 202 where 203 end (VError str exp) = do 204 hPutStrLn stderr str 205 hPutStrLn stderr (show exp) 203 end err@(VError _ _) = do 204 hPutStrLn stderr (pretty err) 206 205 exitFailure 207 206 end (VControl (ControlExit exit)) = exitWith exit
