cvs commit: fptools/ghc/compiler/ghci InteractiveUI.hs

Simon Marlow simonmar at haskell.org
Tue Feb 15 07:15:29 EST 2005


simonmar    2005/02/15 04:15:29 PST

  Modified files:
    ghc/compiler/ghci    InteractiveUI.hs 
  Log:
  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.
  
  Revision  Changes    Path
  1.188     +13 -3     fptools/ghc/compiler/ghci/InteractiveUI.hs


More information about the Cvs-ghc mailing list