ANNOUNCE: GHC 6.8.3 Release Candidate
Ian Lynagh
igloo at earth.li
Sat May 31 20:13:06 EDT 2008
Hi Serge,
On Sat, May 31, 2008 at 12:54:50PM +0400, Serge D. Mechveliani wrote:
> This is a bug report for the ghc candidate of May 27, 2008
> for ghc-6.8.3.
> A short program example for this bug candidate is on
>
> http://botik.ru/pub/local/Mechveliani/ghcBugs/candidateMay27-08-bug.zip
Thanks, I've finally tracked this down. The problem is that when you
evaluate something like
f ^ 10
in 6.8.2 the result was
res
while in 6.8.3 it is
1 * res
I think this is actually a bug in your class instances, but I will try
to look at http://hackage.haskell.org/trac/ghc/ticket/2306 before 6.8.3
which should, as a side-effect, make it work again.
Thanks
Ian
More information about the Glasgow-haskell-bugs
mailing list