Changeset 3879 for src/Main.hs

Show
Ignore:
Timestamp:
05/25/05 15:34:44 (4 years ago)
Author:
iblech
svk:copy_cache_prev:
5385
Message:

Main.hs -- die() should output correct utf-8.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Main.hs

    r3833 r3879  
    265265    where 
    266266    end err@(VError _ _)  = do 
    267         hPutStrLn stderr (pretty err) 
     267        hPutStrLn stderr $ encodeUTF8 $ pretty err 
    268268        exitFailure 
    269269    end (VControl (ControlExit exit)) = exitWith exit