Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-28 Thread Adrian Hey
Ian Lynagh wrote: Hi Adrian, On Fri, Sep 14, 2007 at 07:50:47AM +0100, Adrian Hey wrote: [29 of 53] Compiling Data.Tree.AVL.Join ( Data.Tree.AVL/Data/Tree/AVL/Join.hs, dist\build/Data/Tree/AVL/Join.o ) ghc.exe: panic! (the 'impossible' happened) (GHC version 6.8.20070912 for i386-unknown-ming

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-28 Thread Ian Lynagh
Hi Adrian, On Fri, Sep 14, 2007 at 07:50:47AM +0100, Adrian Hey wrote: > > [29 of 53] Compiling Data.Tree.AVL.Join ( > Data.Tree.AVL/Data/Tree/AVL/Join.hs, dist\build/Data/Tree/AVL/Join.o ) > ghc.exe: panic! (the 'impossible' happened) > (GHC version 6.8.20070912 for i386-unknown-mingw32): >

RE: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-20 Thread Simon Peyton-Jones
thanks for reporting this -- it's fixed now. Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On | Behalf Of [EMAIL PROTECTED] | Sent: 14 September 2007 21:46 | To: [EMAIL PROTECTED] | Cc: glasgow-haskell-users@haskell.org | Subject: Re: ANNOUNCE: GHC

RE: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-19 Thread Simon Peyton-Jones
September 2007 12:00 | To: glasgow-haskell-users@haskell.org | Subject: Re: ANNOUNCE: GHC 6.8.1 Release Candidate | | Adrian Hey wrote: | > I get this error.. | > | > [29 of 53] Compiling Data.Tree.AVL.Join ( | > Data.Tree.AVL/Data/Tree/AVL/Join.hs, dist\build/Data/Tree/AVL/Join.o ) | >

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-19 Thread Adrian Hey
Adrian Hey wrote: I get this error.. [29 of 53] Compiling Data.Tree.AVL.Join ( Data.Tree.AVL/Data/Tree/AVL/Join.hs, dist\build/Data/Tree/AVL/Join.o ) ghc.exe: panic! (the 'impossible' happened) (GHC version 6.8.20070912 for i386-unknown-mingw32): cgPanic a{v sMX} [lid] static binds

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-15 Thread Sven Panne
On Friday 14 September 2007 15:42, Ian Lynagh wrote: > On Fri, Sep 14, 2007 at 12:20:20PM +0200, Philip K.F. Hölzenspies wrote: > [...] > > /usr/share/aclocal/progsreiserfs.m4:13: warning: underquoted > > definition of AC_CHECK_LIBREISERFS > > run info '(automake)Extending aclocal' > > or see >

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-14 Thread kahl
> > We are pleased to announce the Release Candidate phase for GHC 6.8.1. > > Snapshots beginning with 6.8.20070909 are release candidates for 6.8.1 I encountered a case where compilation for nested type synonyms explodes --- this was no problem in 6.6.1. Wolfram TIATest.lhs Descripti

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-14 Thread Ian Lynagh
Hi Philip, Thanks for the report! On Fri, Sep 14, 2007 at 12:20:20PM +0200, Philip K.F. Hölzenspies wrote: > > [EMAIL PROTECTED]:~/local/src/ghc-6.8.20070912> ./boot > Booting . > Booting libraries/base > Booting libraries/directory This is running "autoreconf" in libraries/directory > /usr/s

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-14 Thread Philip K . F . Hölzenspies
Dear Ian, all, I'm getting a build error that I've seen before. I must be overlooking something. What I do: [EMAIL PROTECTED]:~/local/src> curl http://www.haskell.org/ghc/dist/stable/dist/ghc-6.8.20070912-src.tar.bz2 | tar -xj % Total% Received % Xferd Average Speed TimeTime Ti

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-14 Thread Adrian Hey
Adrian Hey wrote: OK. Meanwhile I've tried compiling setup.hs and building the 6.6 version of the collections package.. Also, there still seems to be a problem with building Haddock docs in windows. Although Haddock now seems to find the relevant base package haddock, it still doesn't link to i

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-13 Thread Adrian Hey
Ian Lynagh wrote: This is a symptom of the stage2 build failure, meaning the installer is using the stage 1 compiler which can't do bytecode compilation. Therefore this should also be fixed in the next snapshot. OK. Meanwhile I've tried compiling setup.hs and building the 6.6 version of the co

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-13 Thread Ian Lynagh
On Thu, Sep 13, 2007 at 10:40:49AM -0700, Jeremy Shaw wrote: > > Seems like something is wrong with this version number though: > > Snapshots beginning with 6.8.20070909 are release candidates for 6.8.1 You are right, thanks. I'll fix it. Ian __

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-13 Thread Jeremy Shaw
At Thu, 13 Sep 2007 13:26:05 +0100, Ian Lynagh wrote: > > > Hi Stefan, > > On Thu, Sep 13, 2007 at 07:55:21AM +0200, Stefan Holdermans wrote: > > > > >We are pleased to announce the Release Candidate phase for GHC 6.8.1. > > > > That's 6.8, right? Or have I missed something? > > No, it's 6.8.

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-13 Thread Ian Lynagh
On Thu, Sep 13, 2007 at 03:24:42PM +0100, Adrian Hey wrote: > Ian Lynagh wrote: > >Please test as much as possible; bugs are much cheaper if we find them > >before the release! > > With the windows build ghc-6.8.20070912-i386-unknown-mingw32.exe, when > I try something like.. > > runghc Setup.hs

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-13 Thread Adrian Hey
Ian Lynagh wrote: Please test as much as possible; bugs are much cheaper if we find them before the release! With the windows build ghc-6.8.20070912-i386-unknown-mingw32.exe, when I try something like.. runghc Setup.hs build I get this error message.. ghc.exe: not built for interactive use

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-13 Thread Ian Lynagh
On Thu, Sep 13, 2007 at 10:55:31AM +0200, Tomasz Zielonka wrote: > > Seems there is a missing "do" in compiler/main/InteractiveEval.hs on > line 334. Thanks for the report! It will be fixed in the next snapshot. Thanks Ian ___ Glasgow-haskell-users m

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-13 Thread Ian Lynagh
Hi Stefan, On Thu, Sep 13, 2007 at 07:55:21AM +0200, Stefan Holdermans wrote: > > >We are pleased to announce the Release Candidate phase for GHC 6.8.1. > > That's 6.8, right? Or have I missed something? No, it's 6.8.1: http://www.haskell.org/ghc/dist/current/docs/users_guide/version-numberin

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-13 Thread Tomasz Zielonka
On Thu, Sep 13, 2007 at 01:07:18AM +0100, Ian Lynagh wrote: > We are pleased to announce the Release Candidate phase for GHC 6.8.1. > > Snapshots beginning with 6.8.20070909 are release candidates for 6.8.1 > > You can download snapshots from here: > > http://www.haskell.org/ghc/dist/sta

Re: ANNOUNCE: GHC 6.8.1 Release Candidate

2007-09-12 Thread Stefan Holdermans
Ian, We are pleased to announce the Release Candidate phase for GHC 6.8.1. That's 6.8, right? Or have I missed something? Cheers, Stefan ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listi