tn23, build 117, Success

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

pgj2, build 125, Success

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

pgj, build 128, Success

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

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

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

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

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

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

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

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

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

patch applied (ghc): Fix "darcs get"

2010-08-22 Thread Ian Lynagh
Sun Aug 22 11:35:42 PDT 2010 Ian Lynagh * Fix "darcs get" M ./darcs-all -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100822183542-3fd76-92f1470b7df7ce548cee665a82d7129ce9bf0dd4.gz ___ Cvs-g

sparky, build 98, Failure

2010-08-22 Thread Builder
sparky, build 98 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky/98.html darcs checkout | Success create mk/build.mk | Success get subrepos | Failure: 29 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky/98.html Copying pristine 5889/5

patch applied (ghc): Add "darcs-all upstreampull"

2010-08-22 Thread Ian Lynagh
Sun Aug 22 09:34:19 PDT 2010 Ian Lynagh * Add "darcs-all upstreampull" This pulls from the upstream repos, for those packages which have upstreams M ./darcs-all +21 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100822163419-3fd76-7cdef4d

patch applied (ghc): Factor out the packages file parsing in darcs-all

2010-08-22 Thread Ian Lynagh
Sun Aug 22 08:48:13 PDT 2010 Ian Lynagh * Factor out the packages file parsing in darcs-all M ./darcs-all -61 +70 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100822154813-3fd76-406ee39ab8e3e5d7d5fa1b9242a9cafc89cd87c6.gz _

patch applied (ghc): Generate the bit in the user guide where we say what -fglasgow-exts does

2010-08-22 Thread Ian Lynagh
Sun Aug 22 08:55:14 PDT 2010 Ian Lynagh * Generate the bit in the user guide where we say what -fglasgow-exts does Stops the docs going out of sync with the code. M ./compiler/main/DynFlags.hs +1 M ./docs/users_guide/ghc.mk -3 +11 M ./docs/users_guide/glasgow_exts.xml -32 +1

patch applied (ghc): Document --supported-extensions

2010-08-22 Thread Ian Lynagh
Sun Aug 22 06:45:30 PDT 2010 Ian Lynagh * Document --supported-extensions M ./docs/users_guide/flags.xml -2 +2 M ./docs/users_guide/glasgow_exts.xml -1 +1 M ./docs/users_guide/using.xml -1 +2 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff

sparky, build 97, Success

2010-08-22 Thread Builder
sparky, build 97 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/sparky/97.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): fix extraction of command stack of arguments of arrow "forms" (fixes #4236)

2010-08-22 Thread Ross Paterson
Sun Aug 22 02:00:22 PDT 2010 Ross Paterson * fix extraction of command stack of arguments of arrow "forms" (fixes #4236) The command stack was being extracted (by unscramble) with the outermost type first, contrary to the comment on the function. M ./compiler/typecheck/TcArrows.lhs

patch applied (ghc): minor fix to comment

2010-08-22 Thread Ross Paterson
Sun Aug 22 01:58:38 PDT 2010 Ross Paterson * minor fix to comment M ./compiler/deSugar/DsArrows.lhs -1 +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100822085838-b47d3-c4730b7fe14f783c1aa19afc2958fc0b3b5afc7c.gz _