[nightly] 05-Feb-2012 build of HEAD on i386-unknown-linux (cam-02-unx)

2012-02-05 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 Feb 5 18:00:01 GMT 2012. checking out new source tree

[nightly] 05-Feb-2012 build of HEAD (unreg) on x86_64-unknown-linux (cam-04-unx)

2012-02-05 Thread GHC Build Reports
Build description = HEAD (unreg) on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/HEAD-unreg-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-unreg-cam-04-unx Nightly build started on cam-04-unx at Sun Feb 5 18:20:01 GMT 2012. check

[nightly] 05-Feb-2012 build of STABLE on i386-unknown-linux (cam-02-unx)

2012-02-05 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 Feb 5 18:10:01 GMT 2012. checking out new source tree

Re: [PATCH] dph-prim-par: use Debug.Trace.traceEventIO instead of GHC.Exts.traceEvent

2012-02-05 Thread Ben Lippmeier
On 05/02/2012, at 8:48 PM, shelarcy wrote: > Hello, > > GHC.Exts.traceEvent is deprecated, and Debug.Trace module export traceEventIO > function in GHC 7.4.1, now. > > > http://www.haskell.org/ghc/docs/7.4.1/html/users_guide/release-7-4-1.html#id3017404 > > http://www.haskell.org/ghc/docs/7

pgj2 (amd64 FreeBSD HEAD), build 591, Failure

2012-02-05 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 591 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/591.html git clone | Success create mk/build.mk | Success get subrepos | Success repo versions | Success touching clean-check files | Su

[nightly] 05-Feb-2012 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2012-02-05 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 Feb 5 18:00:01 GMT 2012. checking out new source t

pgj (x86 FreeBSD HEAD), build 593, Failure

2012-02-05 Thread Builder
pgj (x86 FreeBSD HEAD), build 593 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/593.html git clone | Success create mk/build.mk | Success get subrepos | Success repo versions | Success touching clean-check files | Succes

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

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

[nightly] 05-Feb-2012 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2012-02-05 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 Feb 5 18:10:01 GMT 2012. checking out new so

am-deb7-64 (HEAD), build 11, Success

2012-02-05 Thread Builder
am-deb7-64 (HEAD), build 11 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/am-deb7-64/11.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check fil

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

2012-02-05 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 506 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/506.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Su

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

2012-02-05 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 444 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/444.html git clone | Failure: Just (ExitFailure 128) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/444.html

tn23 (x86 OSX HEAD), build 551, Success

2012-02-05 Thread Builder
tn23 (x86 OSX HEAD), build 551 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/551.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions| Success touching clean-check files

[PATCH] Update .cabal files to build with GHC 7.4.

2012-02-05 Thread Michal Terepeta
--- compiler/ghc.cabal.in |6 +++--- ghc/ghc-bin.cabal.in |4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 51ae154..3bb2f5c 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -62,7 +62,7 @@ Library

[PATCH] Update .cabal files to build with GHC 7.4.

2012-02-05 Thread Michal Terepeta
Hi, the upper bounds on old-time, array and filepath (in ghc.cabal.in and ghc-bin.cabal.in) make the build fail with GHC 7.4. The attached patch fixes it. Cheers, Michal ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listin

[PATCH] dph-prim-par: use Debug.Trace.traceEventIO instead of GHC.Exts.traceEvent

2012-02-05 Thread shelarcy
Hello, GHC.Exts.traceEvent is deprecated, and Debug.Trace module export traceEventIO function in GHC 7.4.1, now. http://www.haskell.org/ghc/docs/7.4.1/html/users_guide/release-7-4-1.html#id3017404 http://www.haskell.org/ghc/docs/7.4.1/html/libraries/base-4.5.0.0/src/GHC-Exts.html#traceEven

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

2012-02-05 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 443 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/443.html git clone| Success create mk/build.mk | Success get subrepos | Success repo versions