Thanks for the report - System.exitWith didn't
shutdown the RTS in an orderly manner. Fixed.

--sigbjorn

Andy Gill <[EMAIL PROTECTED]> writes: 
> 
> The following program does not print Hello:
> 
> import System
> 
> main = die "Hello\n"
> 
> die :: String -> IO ()
> die s = putStrLn s >> exitWith (ExitFailure 1)
> 

Reply via email to