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

2011-01-30 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 146 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/146.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions

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

2011-01-30 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 129 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/129.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | S

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

2011-01-30 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 Jan 30 18:10:02 GMT 2011. checking out new source tree

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

2011-01-30 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 Jan 30 18:00:02 GMT 2011. checking out new source tree

pgj2 (amd64 FreeBSD HEAD), build 264, Success

2011-01-30 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 264 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/264.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Succ

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

2011-01-30 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 166 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/166.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Succe

pgj (x86 FreeBSD HEAD), build 266, Success

2011-01-30 Thread Builder
pgj (x86 FreeBSD HEAD), build 266 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/266.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success setting version date | Success

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

2011-01-30 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 Jan 30 18:10:01 GMT 2011. checking out new s

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

2011-01-30 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 126 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/126.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions

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

2011-01-30 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 Jan 30 18:00:01 GMT 2011. checking out new source

build errors on Mac OSX with ghc-7.0.1-src.tar.bz source distro

2011-01-30 Thread Andrew Milkowski
Hi Trying to build ghc distribution ghc-7.0.1-src.tar.bz2 (source tar ball) http://www.haskell.org/ghc/dist/7.0.1/ghc-7.0.1-src.tar.bz2 received make error: (truncating here message stream to the last pertinent lines leading to build error message) I have also included system configuration bel

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

2011-01-30 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 231 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/231.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Suc

Re: Array copy primops

2011-01-30 Thread Johan Tibell
On Sun, Jan 30, 2011 at 1:42 AM, Daniel Peebles wrote: > In a slightly related proposal on the same topic, what do people think of: > newArrayWith# :: (Int# -> a) -> Int# -> State# s -> (# State# s, > MutableArray# s a #) > > that would do the obvious thing, by allocating an array of the size > sp