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

Simon Marlow simonmar at haskell.org
Wed Jul 6 06:43:37 EDT 2005


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


More information about the Cvs-ghc mailing list