tn23, build 111, Success

2010-08-16 Thread Builder
tn23, build 111 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/111.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

pgj2, build 119, Success

2010-08-16 Thread Builder
pgj2, build 119 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/119.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

pgj, build 122, Success

2010-08-16 Thread Builder
pgj, build 122 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/122.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuring

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

2010-08-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 Mon Aug 16 18:00:01 BST 2010. checking out new source tree

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

2010-08-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 Mon Aug 16 18:10:01 BST 2010. checking out new source tree

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

2010-08-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 Mon Aug 16 18:00:02 BST 2010. checking out new source

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

2010-08-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 Mon Aug 16 18:10:01 BST 2010. checking out new s

[haskell-platf...@projects.haskell.org: Re: [haskell-platform] #138: Haskell platform for Mac OS X depends on non-standard perl install]

2010-08-16 Thread Don Stewart
Hey guys, HP Mac users have identified the non-standard Perl location in the GHC installer creates an extra dependency on MacPorts. Perl is already on the Mac, so we can use that path, and avoid pain. We've tried to work around this in the Mac installers, but it would be better to fix it upstream

patch applied (ghc): fix FP_CHECK_ALIGNMENT for autoconf 2.66 (fixes #4252)

2010-08-16 Thread Ross Paterson
Mon Aug 16 07:24:42 PDT 2010 Ross Paterson * fix FP_CHECK_ALIGNMENT for autoconf 2.66 (fixes #4252) Recent versions of AS_LITERAL_IF don't like *'s. Fix from http://blog.gmane.org/gmane.comp.sysutils.autoconf.general/month=20100701 M ./aclocal.m4 -1 +1 View patch online: http:/

sparky, build 91, Success

2010-08-16 Thread Builder
sparky, build 91 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/sparky/91.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success configuri

patch applied (ghc): Refactor the command-line argument parsing (again)

2010-08-16 Thread Simon Peyton Jones
Mon Aug 16 00:44:53 PDT 2010 simo...@microsoft.com * Refactor the command-line argument parsing (again) This change allows the client of CmdLineParser a bit more flexibility, by giving him an arbitrary computation (not just a deprecation message) for each flag. There are several