fix exit code of ghci -e "return ()"
authorBertram Felgenhauer <int-e@gmx.de>
Thu, 3 May 2007 21:25:14 +0000 (21:25 +0000)
committerBertram Felgenhauer <int-e@gmx.de>
Thu, 3 May 2007 21:25:14 +0000 (21:25 +0000)
commitcbe2843a506a4fab2aabe7b8e3a3e04f6fa4b44c
tree9451bf2adbc219cd054920170996ae6627eed6f6
parent74da1264ba27c992e331b821c27b5d048c8d33cb
fix exit code of ghci -e "return ()"
This should result in successful program termination. Not doing this
breaks checking the exit code of  runghc Setup.lhs build  for example.
compiler/ghci/InteractiveUI.hs