GHC 6.4 release candidates available

Remi Turk rturk at science.uva.nl
Wed Feb 16 17:48:47 EST 2005


On Thu, Feb 10, 2005 at 01:11:48PM -0000, Simon Marlow wrote:
> We are finally at the release candidate stage for GHC 6.4.  Snapshots
> with versions 6.4.20050209 and later should be considered release
> candidates for 6.4.
> 
> Source and Linux binary distributions are avaiable here:
> 
>   http://www.haskell.org/ghc/dist/stable/dist/
> 
> Please test if you're able to, and give us feedback.
> 
> Thanks!
> 
> Simons & the GHC team

Hi,

I just noticed that in GHC.PArr, productP is defined wrongly

productP :: (Num a) => [:a:] -> a
productP  = foldP (*) 0

in (the likely) case that PArr is deprecated, you may want to add
a DEPRECATED-pragma.

Groetjes,
Remi

-- 
Nobody can be exactly like me. Even I have trouble doing it.


More information about the Glasgow-haskell-users mailing list