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

2011-07-16 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 300 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/300.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date

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

2011-07-16 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 283 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/283.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | S

[nightly] 16-Jul-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-07-16 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 Sat Jul 16 18:00:01 BST 2011. checking out new source tree

pgj2 (amd64 FreeBSD HEAD), build 418, Success

2011-07-16 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 418 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/418.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Succ

[nightly] 16-Jul-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-07-16 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 Sat Jul 16 18:10:01 BST 2011. checking out new source tree

pgj (x86 FreeBSD HEAD), build 420, Success

2011-07-16 Thread Builder
pgj (x86 FreeBSD HEAD), build 420 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/420.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Success

[nightly] 16-Jul-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-07-16 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 Sat Jul 16 18:00:01 BST 2011. checking out new source

[nightly] 16-Jul-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-07-16 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 Sat Jul 16 18:10:01 BST 2011. checking out new s

tn23 (x86 OSX HEAD), build 386, Failure

2011-07-16 Thread Builder
tn23 (x86 OSX HEAD), build 386 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/386.html git clone | Failure: Just (ExitFailure 128) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/386.html Cloning into build... error: File ffc73c976960cf9c7fbd43f8

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

2011-07-16 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 339 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/339.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting | Suc

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

2011-07-16 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 272 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/272.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 291, Failure

2011-07-16 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 291 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/291.html git clone | Success create mk/build.mk | Success get subrepos | Failure: Just (ExitFailure 2) Build failed Details:

Re: New patches in /srv/darcs/git-mirrors/containers

2011-07-16 Thread Claus Reinke
Reordering data constructors of IntSet and IntMap. The order of constructors of IntSet and IntMap matters when considering performance. Currently in GHC 7.0, when type has 3 constructors, they are matched from the first to the last -- the best performance is achieved when the cons

New patches in /srv/darcs/git-mirrors/containers

2011-07-16 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/containers commit 963049d281a827bb83109d81115ff544eb8708dc Author: Milan Straka Date: Wed Jul 13 12:33:22 2011 +0200 Implement more methods from Foldable class. Add specialised fold, foldl and foldr implementations. commit 3351ee0b4c3f7ef3c0

[commit: ghc] master: Fix build with older bootstrapping compilers (3184381)

2011-07-16 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/318438136c3b2ab9b49856a074245599208be377 >--- commit 318438136c3b2ab9b49856a074245599208be377 Author: Ian Lynagh Dat