RE: GHC 6.0 Release: sparc-solaris2 binaries

2003-06-04 Thread Hal Daume III
Simon, Sorry about the confusion here...the one you uploaded I don't think was entirely fixed (this is my first time building a binary distribution -- I promise next time it will be much smoother). Please re-sync with: http://www.isi.edu/~hdaume/ghc-6.0-sparc-solaris2.tar.bz2 This should not

RE: GHC 6.0 Release: sparc-solaris2 binaries

2003-06-04 Thread Simon Marlow
> Sorry about the confusion here...the one you uploaded I don't > think was > entirely fixed (this is my first time building a binary > distribution -- I > promise next time it will be much smoother). Please re-sync with: > > http://www.isi.edu/~hdaume/ghc-6.0-sparc-solaris2.tar.bz2 > > Th

RE: GHC 6.0 Release: sparc-solaris2 binaries

2003-06-04 Thread Matt Fairtlough
I am having trouble installing the package in a non-standard place. After downloading and unpacking I did: > ./configure --prefix=/home/matt creating cache ./config.cache checking host system type... sparc-sun-solaris2.9 ... ... updating cache ./config.cache creating ./config.status creating Mak

Re: GHC 6.0 Release: sparc-solaris2 binaries

2003-06-04 Thread Volker Stolz
In local.glasgow-haskell-users, you wrote: > I am having trouble installing the package in a non-standard place. After > downloading and unpacking I did: There have been some fixes to this particular package. Please check if there's a more recent package (t < 1 day)! Volker -- http://www-i2.inf

Re: GHC 6.0 Release: sparc-solaris2 binaries

2003-06-04 Thread Hal Daume III
I don't think this is the problem, though, as none of the path issues he mentioned contained the ill-mannered "hdaume" in them :). Perhaps SimonM can comment more on this... -- Hal Daume III | [EMAIL PROTECTED] "Arrest this man, he talks in maths." |

Re: GHC 6.0 Release: sparc-solaris2 binaries

2003-06-04 Thread Matt Fairtlough
>X-Authentication-Warning: moussor.isi.edu: hdaume owned process doing -bs >Date: Tue, 3 Jun 2003 09:26:32 -0700 (PDT) >From: Hal Daume III <[EMAIL PROTECTED]> >To: Volker Stolz <[EMAIL PROTECTED]> >cc: Matt Fairtlough <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: GHC 6.0 Release: sparc-sol

GHC 6.0 for Mac OS X

2003-06-04 Thread Wolfgang Thaller
I've now uploaded a binary package for Mac OS X (Apple Installer .pkg inside a .dmg) at http://www.uni-graz.at/imawww/haskell/GHC.6.0.dmg Enjoy! Cheers, Wolfgang ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/li

Please help me

2003-06-04 Thread David Savimbi
From: David Jonas Savimbi Johannesburg, South Africa Email: [EMAIL PROTECTED] June 3rd, 2003. Dear Sir, It is my humble pleasure to write you this letter irrespective of the fact that you do not know me. However, I got your name through your country business directory here in my search for a rel

Please help me

2003-06-04 Thread David Savimbi
From: David Jonas Savimbi Johannesburg, South Africa Email: [EMAIL PROTECTED] June 3rd, 2003. Dear Sir, It is my humble pleasure to write you this letter irrespective of the fact that you do not know me. However, I got your name through your country business directory here in my search for a rel

RE: GHC 6.0 Release: sparc-solaris2 binaries

2003-06-04 Thread Simon Marlow
Hal - how did you build this distribution? Did you set 'BIN_DIST=1' in build.mk before building everything? Cheers, Simon > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Hal Daume III > Sent: 03 June 2003 17:27 > To: Volker Stolz > Cc:

RE: GHC 6.0 for Mac OS X

2003-06-04 Thread Simon Marlow
> I've now uploaded a binary package for Mac OS X > (Apple Installer .pkg inside a .dmg) > > at > http://www.uni-graz.at/imawww/haskell/GHC.6.0.dmg Now available from the GHC 6.0 download page. Thanks Wolfgang! Cheers, Simon ___ Glasgow-hask

Re: long constant list of pairs (was Re: Ways and Build Tags for Optimisation)

2003-06-04 Thread Christian Maeder
We had very long compilation times when optimization or profiling was switched on, for a [(String, Int)] list with about 5000 entries. We worked around the problem by changing the list into a String (escaping doublequotes) and using "read" to convert it to a list. The big string, however, does n