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

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

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

2011-05-17 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 Tue May 17 18:10:01 BST 2011. checking out new source tree

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

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

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

2011-05-17 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 Tue May 17 18:00:01 BST 2011. checking out new source tree

pgj2 (amd64 FreeBSD HEAD), build 363, Success

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

pgj (x86 FreeBSD HEAD), build 365, Success

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

kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 235, Success

2011-05-17 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 235 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/235.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date

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

2011-05-17 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 Tue May 17 18:10:01 BST 2011. checking out new s

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

2011-05-17 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 Tue May 17 18:00:01 BST 2011. checking out new source

tn23 (x86 OSX HEAD), build 341, Failure

2011-05-17 Thread Builder
tn23 (x86 OSX HEAD), build 341 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/341.html git clone| Success create mk/build.mk | Success get subrepos | Success setting version date | Success booting | Success configuring | Failure

sparky-unreg (Sparc Solaris unreg HEAD), build 123, Failure

2011-05-17 Thread Builder
sparky-unreg (Sparc Solaris unreg HEAD), build 123 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/123.html git clone | Failure: Just (ExitFailure 9) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/sparky-unreg/123.html ld.so.1: git: fatal: rel

Re: [PATCH] Better encoding/decoding for GHC

2011-05-17 Thread Bryan O'Sullivan
On Mon, May 16, 2011 at 9:22 AM, Max Bolingbroke wrote: > This is a key point - I wonder whether you have in mind a particular > bit of code using the "text" package that will fail if we use lone > surrogates as escapes? > Any attempt to pack a String into a Text will replace UTF-16 surrogates w

patch applied (ghc-7.0/ghc): FIX #4825: Update User Guide info on DLLs.

2011-05-17 Thread Duncan Coutts
Tue May 17 08:42:57 PDT 2011 Duncan Coutts * FIX #4825: Update User Guide info on DLLs. Original patch by Orphi Plus a few miscellaneous updates from me. M ./docs/users_guide/shared_libs.xml -25 +38 M ./docs/users_guide/win32-dlls.xml -9 +27 View patch online: http://darcs.haskel

[commit: ghc] master: FIX #4825: Update User Guide info on DLLs. (58339b0)

2011-05-17 Thread Duncan Coutts
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/58339b06aff704834e8553faaa2db00d746b26f3 >--- commit 58339b06aff704834e8553faaa2db00d746b26f3 Author: Duncan Coutts