Re: Fw: Re: Re[2]: No more ExitException? - documentation bug

2010-02-13 Thread Ian Lynagh
On Thu, Jan 28, 2010 at 08:32:57AM +0100, Volker Wysk wrote: As you can see, it throws the ExitCode, not an ExitException. The documentation is faulty. Thanks for the report; fixed. Thanks Ian ___ Glasgow-haskell-users mailing list

Re[2]: No more ExitException? - documentation bug

2010-01-27 Thread Bulat Ziganshin
Hello Volker, Wednesday, January 27, 2010, 8:19:44 AM, you wrote: exitWith throws the ExitCode when it is called. This leads to the shutdown of the program, if it isn't caught. Just like ExitException. This isn't documented. i've googled for exitWith throws the ExitCode and it pointed me to

Fw: Re: Re[2]: No more ExitException? - documentation bug

2010-01-27 Thread Volker Wysk
The following message went to Bulat Ziganshin alone. So here it is for the mailing list. Sorry. Begin forwarded message: On Wed, 27 Jan 2010 12:43:13 +0300 Bulat Ziganshin bulat.zigans...@gmail.com wrote: exitWith throws the ExitCode when it is called. This leads to the shutdown of the

Re: No more ExitException? - documentation bug

2010-01-26 Thread Volker Wysk
On Wed, 27 Jan 2010 03:48:47 +0100 Volker Wysk v...@volker-wysk.de wrote: I'm porting my HsShellScript library from GHC-6.8 to GHC-6.10. I'm catching an ExitException in the old version. The only occurence of ExitException in the GHC 6.10 libraries is in Control.OldException. So how is