> As a workaround I suggest importing shutdownHaskellAndExit from the run-time > system: > > foreign import shutdownHaskellAndExit :: Int -> IO () Unfortunately, this will still give me uncaught exceptins using the Haskell "error" function... any ideas to solve this? Thanks, -- Andre W.