Re: ANNOUNCE: GHC version 6.2

2003-12-24 Thread Ferenc Wagner
Ian Lynagh <[EMAIL PROTECTED]> writes:

>>
>> The (Interactive) Glasgow Haskell Compiler -- version 6.2
>>
>
> And, for Christmas, we at Debian bring you sackful of debs!

Fantastic!  Actually, I already downloaded them a couple of
days ago, but thought to wait with the thanks until the
announcement.

*THANKS!*  Both for the developers and for the packagers, who
take the pain of providing Woody packages, too!

Merry Christmas!

Feri.
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


Re: ANNOUNCE: GHC version 6.2

2003-12-24 Thread Ian Lynagh
On Tue, Dec 16, 2003 at 02:05:14PM -, Simon Marlow wrote:
> 
>
> The (Interactive) Glasgow Haskell Compiler -- version 6.2
>

And, for Christmas, we at Debian bring you sackful of debs!

For x86, alpha, hppa, ia64 and powerpc there are packages for unstable
in the main Debian archive (these will move into testing early in the
new year). "apt-get update; apt-get install ghc6 ghc6-prof ghc6-doc" as
normal, with ghc6-hopengl, ghc6-threaded-rts and ghc6-libsrc providing
the extra bits for those who want them.

For x86 I've also compiled for stable and uploaded to Isaac's "Haskell
Experimental" repository. To use it add this line to
/etc/apt/sources.list: 
  deb http://www.syntaxpolice.org/haskell-experimental/ stable/
and install as above.

Unfortunately things aren't quite back to normal after the recent Debian
break-in, so sparc and s390 builds haven't been done yet. Also, only
x86, sparc and ia64 are registerised builds. I'll try a powerpc
registerised build when I can log in to a suitable machine again.


Hope you're all enjoying yourselves!
Ian

___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


Re: ANNOUNCE: GHC version 6.2

2003-12-20 Thread Donald Bruce Stewart
simonmar:
> 
>
> The (Interactive) Glasgow Haskell Compiler -- version 6.2
>
> 
> We are pleased to announce a new major release of the Glasgow Haskell
> Compiler (GHC), version 6.2.

A binary distribution for ia64-unknown-linux is available at:

ftp://ftp.cse.unsw.edu.au/pub/users/dons/ghc/6.2/ghc-6.2-ia64-unknown-linux.tar.bz2

This is a full build, with profiling libs and ghci, but no docs.

The ia64 port requires an external libgmp, installed in some sensible
place. Thanks to Matt Chapman for making this port possible.

Happy coding,
Don
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


Re: ANNOUNCE: GHC version 6.2

2003-12-19 Thread Rafael Martinez Torres



On Fri, 19 Dec 2003, Donald Bruce Stewart wrote:

> This is an unregisterised build, with profiling libs, no docs and no GHCi.
>
> The mips64 port requires an external libgmp. This should come installed
> with the "freeware" packages for Irix.
>

- And set your LD_LIBRARY_PATH variable properly:

export LD_LIBRARY_PATH=/usr/freeware/lib64:$LD_LIBRARY_PATH


Warning: 64 ABI is not default ABI on gcc-3.X . If you install
locally either gmp
or gcc directly form source tar balls (e.g on $HOME) , becare of

export LD_LIBRARY_PATH=$HOME/lib:$HOME/lib/mabi\=64:$LD_LIBRARY_PATH


Thanks , dons...

Let's try the registerised version !!!



___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


Re: ANNOUNCE: GHC version 6.2

2003-12-19 Thread Donald Bruce Stewart
rmartine:
> 
> 
> 
> On Fri, 19 Dec 2003, Donald Bruce Stewart wrote:
> 
> > This is an unregisterised build, with profiling libs, no docs and no GHCi.
> >
> > The mips64 port requires an external libgmp. This should come installed
> > with the "freeware" packages for Irix.
> >
> 
> - And set your LD_LIBRARY_PATH variable properly:
> 
> export LD_LIBRARY_PATH=/usr/freeware/lib64:$LD_LIBRARY_PATH
> 
> 
> Warning: 64 ABI is not default ABI on gcc-3.X . If you install
> locally either gmp
> or gcc directly form source tar balls (e.g on $HOME) , becare of
> 
> export LD_LIBRARY_PATH=$HOME/lib:$HOME/lib/mabi\=64:$LD_LIBRARY_PATH

Ah! Yes.

> 
> Thanks , dons...
> 
> Let's try the registerised version !!!

I'm working on it :)

-- Don
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell


Re: ANNOUNCE: GHC version 6.2

2003-12-18 Thread Donald Bruce Stewart
simonmar:
> 
>
> The (Interactive) Glasgow Haskell Compiler -- version 6.2
>
> 
> We are pleased to announce a new major release of the Glasgow Haskell
> Compiler (GHC), version 6.2.

A binary distribution for mips64-sgi-irix is available at:

ftp://ftp.cse.unsw.edu.au/pub/users/dons/ghc/6.2/ghc-6.2-mips64-sgi-irix.tar.bz2

This is an unregisterised build, with profiling libs, no docs and no GHCi.

The mips64 port requires an external libgmp. This should come installed
with the "freeware" packages for Irix.

Happy mips'ing,
Don
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell