pgj2 (amd64 FreeBSD HEAD), build 845, Success

2012-10-29 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 845 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/845.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 705, Success

2012-10-29 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 705 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/705.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

[nightly] 28-Oct-2012 build of STABLE on i386-unknown-linux (cam-02-unx)

2012-10-29 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Sun Oct 28 18:10:02 GMT 2012. checking out new source tree

simonmar-win32-stable (x86 Windows STABLE), build 554, Success

2012-10-29 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 554 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/554.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 717, Success

2012-10-29 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 717 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/717.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions

[nightly] 28-Oct-2012 build of HEAD on i386-unknown-linux (cam-02-unx)

2012-10-29 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sun Oct 28 18:00:01 GMT 2012. checking out new source tree

simonmar-win32-stable (x86 Windows STABLE), build 555, Failure

2012-10-29 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 555 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/555.html git clone | Success create mk/build.mk | Success get subrepos | Failure: Just (ExitFailure 2) Build failed Details:

[nightly] 29-Oct-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)

2012-10-29 Thread GHC Build Reports
Build description = HEAD (unreg) on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-unreg-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-unreg-cam-04-unx Nightly build started on cam-04-unx at Mon Oct 29 18:20:01 GMT 2012.

simonmar-win32-head (x86 Windows HEAD), build 668, Failure

2012-10-29 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 668 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/668.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions|

mkExprStmt not in scope in Parser.hs issue.

2012-10-29 Thread Karel Gardas
Hello, I'm trying to get GHC HEAD compilation working on my freshly installed Solaris 11/x86 box and I'm trying to solve following error now: /opt/ghc-7.4.2/bin/ghc -static -H32m -O -package-conf libraries/bootstrapping.conf -package-name ghc-7.7 -hide-all-packages -i

[commit: ghc] master: Remove some more unused .gitignore entries (d24ffd6)

2012-10-29 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/d24ffd62de3301311dccd2f9e0e49b87e2c58ab4 --- commit d24ffd62de3301311dccd2f9e0e49b87e2c58ab4 Author: Ian Lynagh

[commit: ghc] master: Fix a makefile rule (5956473)

2012-10-29 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/595647315a29e06783e8cfffcb57e38cda2e20d4 --- commit 595647315a29e06783e8cfffcb57e38cda2e20d4 Author: Ian Lynagh

[commit: ghc] master: Move ghc-pkg's generated Version.hs inside the dist directories (0c4ed55)

2012-10-29 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/0c4ed554091e85ac210267d9064727484df795fe --- commit 0c4ed554091e85ac210267d9064727484df795fe Author: Ian Lynagh

[commit: ghc] master: More .gitignore updates (795a3fd)

2012-10-29 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/795a3fd77c674fa8bee38816554111a6b4a67b52 --- commit 795a3fd77c674fa8bee38816554111a6b4a67b52 Author: Ian Lynagh

[commit: ghc] master: Rearrange .gitignore a little (5558bea)

2012-10-29 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/5558beacf2c634320c586bebfdedd2484dcdff53 --- commit 5558beacf2c634320c586bebfdedd2484dcdff53 Author: Ian Lynagh

Re: mkExprStmt not in scope in Parser.hs issue.

2012-10-29 Thread Gabor Greif
IIRC, I had to manually remove a 'Parser.y' file to get things rolling. Cheers, Gabor On 10/29/12, Karel Gardas karel.gar...@centrum.cz wrote: Hello, I'm trying to get GHC HEAD compilation working on my freshly installed Solaris 11/x86 box and I'm trying to solve following error now:

RE: Changes to Typeable

2012-10-29 Thread Simon Peyton-Jones
Right. Re the library packages that have to change, I replied (4 Oct) thus It's tiresome, but for good reasons. You have to talk to each of the maintainers of the other repos, and ask them to implement a patch, which you'll supply. The patch will probably have #ifdef __GLASGOW_HASKELL__ =

Splitting TypeReps

2012-10-29 Thread Simon Peyton-Jones
My brain is too small to accommodate all this, and I agree with Pedro that we should keep the splitting TypeRep question separate from the derive Typeable for everything question. This response is only about splitting TypeReps. I think Gabor's proposal below will lead to lots of ambiguity,

Re: mkExprStmt not in scope in Parser.hs issue.

2012-10-29 Thread Karel Gardas
This works, indeed! Thanks a lot for this fast help! Karel On 10/29/12 11:07 PM, Gabor Greif wrote: IIRC, I had to manually remove a 'Parser.y' file to get things rolling. Cheers, Gabor On 10/29/12, Karel Gardaskarel.gar...@centrum.cz wrote: Hello, I'm trying to get GHC HEAD

Re: mkExprStmt not in scope in Parser.hs issue.

2012-10-29 Thread Sean Leather
On Mon, Oct 29, 2012 at 11:07 PM, Gabor Greif wrote: IIRC, I had to manually remove a 'Parser.y' file to get things rolling. That's exactly it. I just ran into this problem myself. It's due to a recent change that meant Parser.y was not getting removed/rebuilt in its old location.

am-deb7-64 (HEAD), build 226, Success

2012-10-29 Thread Builder
am-deb7-64 (HEAD), build 226 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/am-deb7-64/226.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check

[nightly] 29-Oct-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2012-10-29 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Mon Oct 29 18:00:01 GMT 2012. checking out new source

tn23 (x86 OSX HEAD), build 740, Failure

2012-10-29 Thread Builder
tn23 (x86 OSX HEAD), build 740 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/740.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check files

[nightly] 29-Oct-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2012-10-29 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Mon Oct 29 18:10:01 GMT 2012. checking out new

[commit: ghc] master: Fix dependency generation when GhcLibWays = dyn p (11aa737)

2012-10-29 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/11aa737cbb71420e92b91d37a763c82f4aac09ef --- commit 11aa737cbb71420e92b91d37a763c82f4aac09ef Author: Ian Lynagh

pgj (x86 FreeBSD HEAD), build 843, Success

2012-10-29 Thread Builder
pgj (x86 FreeBSD HEAD), build 843 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/843.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check