Skip to content
  • Simon Marlow's avatar
    [project @ 2005-07-06 10:43:36 by simonmar] · a1c063ae
    Simon Marlow authored
    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)).
    a1c063ae