GHC 6.4 release candidates available

Simon Marlow simonmar at microsoft.com
Thu Feb 10 08:39:56 EST 2005


On 10 February 2005 13:31, Malcolm Wallace wrote:

> "Simon Marlow" <simonmar at microsoft.com> writes:
> 
>> 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.
> 
> Using: ghc-6.4.20050209-i386-unknown-linux.tar.bz2
> 
>     $ cat hello.hs
>     main = putStrLn "hello world"
>     $ ghc--6.4.20050209 -o hello hello.hs
>     ld: cannot find -lHSbase_cbits
>     collect2: ld returned 1 exit status
>     $
> 
> Pretty much a show-stopper.

Yes, I'm fixing this right now.  Please hold off downloading until I can
get a fixed distribution up...

Cheers,
	Simon


More information about the Glasgow-haskell-users mailing list