Changeset 3879 for src/Main.hs
- Timestamp:
- 05/25/05 15:34:44 (4 years ago)
- svk:copy_cache_prev:
- 5385
- Files:
-
- 1 modified
-
src/Main.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Main.hs
r3833 r3879 265 265 where 266 266 end err@(VError _ _) = do 267 hPutStrLn stderr (pretty err)267 hPutStrLn stderr $ encodeUTF8 $ pretty err 268 268 exitFailure 269 269 end (VControl (ControlExit exit)) = exitWith exit
