id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
2707,"GHCi reports ""exitWith ExitSuccess"" as an exception",guest,,"Consider the following behaviour.

{{{
mfn@pc149:~$ ghci
GHCi, version 6.8.2: http://www.haskell.org/ghc/  :? for help
Loading package base ... linking ... done.
Prelude> :m System.Exit
Prelude System.Exit> exitWith ExitSuccess
*** Exception: exit: ExitSuccess
Prelude System.Exit>
}}}

Is this desired --- i.e. is a successfull exit worth shouting about?

Matthew Naylor (`mfn@cs.york.ac.uk`)",bug,closed,normal,,Compiler,6.8.3,invalid,,,Unknown/Multiple,Unknown/Multiple,,Unknown,,,,
