Skip to content
  • Simon Marlow's avatar
    [project @ 2005-02-15 12:15:25 by simonmar] · bb764eda
    Simon Marlow authored
    ghc -e 'System.Exit.exitWith (System.Exit.ExitFailure 99)'
    
    should just exit 99, rather than printing out the exception.  Also
    while I'm here, make all other exceptions cause 'ghc -e' to exit(1),
    which is probably what we want.
    bb764eda