Re: Control.Exception

2008-10-08 Thread Simon Marlow
Johannes Waldmann wrote: with 6.10, the following does not typecheck: foo `Control.Exception.catch` \ _ - return bar Ambiguous type variable `e' in the constraint: `Control.Exception.Exception e' It is probably bad programming style anyway but what is the workaround? As long as you're

ANNOUNCE: GHC 6.10.1 RC 1

2008-10-08 Thread Ian Lynagh
We are pleased to announce that the GHC 6.10.0.20081007 snapshot is the first release candidate for GHC 6.10.1. You can download the release candidate from here: http://www.haskell.org/ghc/dist/stable/dist/6.10.1-rc-1/rc.html This page includes: * a Windows installer * an OS X installer *

Re: ANNOUNCE: GHC 6.10.1 RC 1

2008-10-08 Thread Lennart Kolmodin
Ian Lynagh wrote: We are pleased to announce that the GHC 6.10.0.20081007 snapshot is the first release candidate for GHC 6.10.1. You can download the release candidate from here: http://www.haskell.org/ghc/dist/stable/dist/6.10.1-rc-1/rc.html This page includes: * a Windows installer * an

Re: ANNOUNCE: GHC 6.10.1 RC 1

2008-10-08 Thread Paul Jarc
Ian Lynagh [EMAIL PROTECTED] wrote: We are pleased to announce that the GHC 6.10.0.20081007 snapshot is the first release candidate for GHC 6.10.1. The build problems I reported about the 20080921 beta are still present: I ran into some problems due to having gmp installed in an unusual place.

Parsec in 6.10 RC 1

2008-10-08 Thread Greg Fitzgerald
The instance for Functor (Either ParserError) disappeared. Is that intentional? Thanks, Greg ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users