Re: Version 7.0.1-rc1 bootstrapping

2010-09-27 Thread Simon Marlow
On 26/09/10 17:52, David Fox wrote: In order to bootstrap with the compiler we are using, I had to rename the function at line 13 of compiler/utils/Exception.hs from mask_ to mask. Sorry I didn't reply to the announcement, I just found out I wasn't subscribed to this list. (I also had to change

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Christian Maeder
Am 26.09.2010 21:03, schrieb Ian Lynagh: > > We are pleased to announce the first release candidate for GHC 7.0.1: > > http://new-www.haskell.org/ghc/dist/7.0.1-rc1/ I've tried to install HTTP (for cabal-install) and get the following error: Configuring HTTP-4000.0.9... Setup: At least the

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Daniel Fischer
On Monday 27 September 2010 12:58:08, Christian Maeder wrote: > > I've tried to install HTTP (for cabal-install) and get the following > error: > > Configuring HTTP-4000.0.9... > Setup: At least the following dependencies are missing: > base ==3.* > > What is the problem? The Build-depends of HTTP'

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Christian Maeder
Am 27.09.2010 13:31, schrieb Daniel Fischer: > On Monday 27 September 2010 12:58:08, Christian Maeder wrote: >> >> I've tried to install HTTP (for cabal-install) and get the following >> error: >> >> Configuring HTTP-4000.0.9... >> Setup: At least the following dependencies are missing: >> base ==3

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Daniel Fischer
On Monday 27 September 2010 13:44:07, Christian Maeder wrote: > The HTTP.cabal file is not correct! >   Build-depends: base >= 2 && < 4, network, parsec, mtl > > (an additional constraint does not help) > > Cheers Christian In that case, change the local .cabal file as an immediate measure and no

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Christian Maeder
Am 27.09.2010 13:44, schrieb Christian Maeder: > Am 27.09.2010 13:31, schrieb Daniel Fischer: >> On Monday 27 September 2010 12:58:08, Christian Maeder wrote: >>> >>> I've tried to install HTTP (for cabal-install) and get the following >>> error: >>> >>> Configuring HTTP-4000.0.9... >>> Setup: At l

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Christian Maeder
Am 27.09.2010 14:06, schrieb Christian Maeder: >> The HTTP.cabal file is not correct! >> Build-depends: base >= 2 && < 4, network, parsec, mtl > > Changing "< 4" to "< 5" works for the HTTP package (which is buggy > anyway http://hackage.haskell.org/trac/ghc/ticket/4251). > > But adjusting caba

context-stack GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Christian Maeder
Am 26.09.2010 21:03, schrieb Ian Lynagh: > > We are pleased to announce the first release candidate for GHC 7.0.1: > > http://new-www.haskell.org/ghc/dist/7.0.1-rc1/ > > This includes the source tarball, installers for OS X and Windows, and > bindists for amd64/Linux and i386/Linux. > > Ple

Re: context-stack GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Christian Maeder
Am 27.09.2010 15:12, schrieb Christian Maeder: > I wasn't able to compile yet. After 4 minutes it failed with: > > Context reduction stack overflow; size = 46 > > and I'm increasing the context-stack further. It goes through with -fcontext-stack=100, but the compilation time is unacceptable. 5

RE: context-stack GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Simon Peyton-Jones
We found another occurrence of very poor performance in a smaller program. We have a nice fix; but won't be able to commit for a few days Let's hope it fixes your problem too! Simon | -Original Message- | From: glasgow-haskell-users-boun...@haskell.org [mailto:glasgow-haskell-users-

Re: Version 7.0.1-rc1 bootstrapping

2010-09-27 Thread David Fox
On Mon, Sep 27, 2010 at 3:46 AM, Simon Marlow wrote: > On 26/09/10 17:52, David Fox wrote: > >> In order to bootstrap with the compiler we are using, I had to rename >> the function at line 13 of compiler/utils/Exception.hs from mask_ to >> mask. Sorry I didn't reply to the announcement, I just

Re: context-stack GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Christian Maeder
Am 27.09.2010 16:38, schrieb Simon Peyton-Jones: > We found another occurrence of very poor performance in a smaller program. > We have a nice fix; but won't be able to commit for a few days > > Let's hope it fixes your problem too! Ok, I'll hang on. Cheers Christian (Btw compiling module Log

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Ganesh Sittampalam
On Sun, 26 Sep 2010, Ian Lynagh wrote: We are pleased to announce the first release candidate for GHC 7.0.1: http://new-www.haskell.org/ghc/dist/7.0.1-rc1/ This includes the source tarball, installers for OS X and Windows, and bindists for amd64/Linux and i386/Linux. Please test as much as

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Simon Marlow
On 27/09/10 12:19, Ganesh Sittampalam wrote: On Sun, 26 Sep 2010, Ian Lynagh wrote: We are pleased to announce the first release candidate for GHC 7.0.1: http://new-www.haskell.org/ghc/dist/7.0.1-rc1/ This includes the source tarball, installers for OS X and Windows, and bindists for amd64/Li

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Evan Laforge
There are some issues with the .pkg installer under OS X: Installing 7 deleted 6.12.3, but left 6.12.1. Actually, the 612/usr/bin/ghc-6.12.3 binaries are missing, but 612/usr/lib/ghc-6.12.3 is still there. Installing 7 also breaks all the symlinks to previous versions of ghc, because they use Cu

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Jens Petersen
> We are pleased to announce the first release candidate for GHC 7.0.1 Thank you! :) Are you going to bootstrap the testsuite? I would like to run it but having trouble working out how to do that. Jens ___ Glasgow-haskell-users mailing list Glasgow-has

Re: ANNOUNCE: GHC 7.0.1 Release Candidate 1

2010-09-27 Thread Jens Petersen
>    http://new-www.haskell.org/ghc/dist/7.0.1-rc1/ I did a successful test build in the fedora buildsys: http://koji.fedoraproject.org/koji/taskinfo?taskID=2492660 Jens ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://ww