simonmar    2005/07/06 03:43:37 PDT

  Modified files:
    ghc/compiler/ghci    InteractiveUI.hs 
  Log:
  ghc -e should exit(1) if the statement fails to compile.
  
  Fixes #1233146 (this was already partially fixed, in that ghc -e would
  exit(1) if the modules fail to compile, but if the expression itself
  was invalid it would still exit(0)).
  
  Revision  Changes    Path
  1.215     +21 -11    fptools/ghc/compiler/ghci/InteractiveUI.hs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to