Re: readEither in ghc-6.10. ?

2008-10-11 Thread Ian Lynagh
Hi Christian, On Fri, Oct 10, 2008 at 05:40:24PM +0200, Christian Maeder wrote: Not in scope: `readEither' import GHC.Read (readEither) and used to work with ghc-6.8. What should I use as replacement? P.S. It is also not mentioned in the changes: We don't guarantee anything

readEither in ghc-6.10. ?

2008-10-10 Thread Christian Maeder
Hi, I've got errors when compiling with ghc-6.10.0.20081007 Not in scope: `readEither' It is imported via: import GHC.Read (readEither) and used to work with ghc-6.8. What should I use as replacement? Cheers Christian P.S. It is also not mentioned in the changes: