wrap Main.main in GHC.TopHandler.runIOFastExit
authorSimon Marlow <simonmar@microsoft.com>
Fri, 5 Jan 2007 11:46:08 +0000 (11:46 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 5 Jan 2007 11:46:08 +0000 (11:46 +0000)
This is so that exceptions raised by Main.main do exactly the same
thing as they would in a compiled program, including writing the
message to stderr and shutting down with the correct exit code.


No differences found