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

2010-12-19 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 106 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/106.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting v

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

2010-12-19 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 89 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/89.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version

pgj2 (amd64 FreeBSD HEAD), build 224, Failure

2010-12-19 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 224 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/224.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | S

tn23 (x86 OSX HEAD), build 217, Success

2010-12-19 Thread Builder
tn23 (x86 OSX HEAD), build 217 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/217.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Succ

pgj (x86 FreeBSD HEAD), build 226, Failure

2010-12-19 Thread Builder
pgj (x86 FreeBSD HEAD), build 226 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/226.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Succe

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

2010-12-19 Thread Builder
kgardas-opensolaris-x86-head (x86 Solaris HEAD), build 86 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/kgardas-opensolaris-x86-head/86.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting

Re: darcs patch: Drop GhcWithLlvmCodeGen configuration bits

2010-12-19 Thread Ian Lynagh
On Sun, Dec 19, 2010 at 07:28:27PM +0100, Matthias Kilian wrote: > 1 patch for repository http://darcs.volkswurst.de/ghc: > > Sun Dec 19 19:02:39 CET 2010 Matthias Kilian > * Drop GhcWithLlvmCodeGen configuration bits > The LLVM code generator is always built unconditionally, so both the >

patch applied (ghc): Small refactoring

2010-12-19 Thread Ian Lynagh
Sun Dec 19 11:40:32 PST 2010 Ian Lynagh * Small refactoring M ./compiler/rename/RnNames.lhs -6 +4 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101219194032-3fd76-ff229653e30754f0777fc92bb1e6bfcd5246e69b.gz _

patch applied (ghc): Drop GhcWithLlvmCodeGen configuration bits

2010-12-19 Thread Ian Lynagh
Sun Dec 19 10:02:39 PST 2010 Matthias Kilian * Drop GhcWithLlvmCodeGen configuration bits The LLVM code generator is always built unconditionally, so both the configuration variable in mk/config.mk.in as well as the string in compilerInfo can be removed. M ./compiler/ghc.mk -2 M

patch applied (ghc): Fix warnings

2010-12-19 Thread Ian Lynagh
Sun Dec 19 12:27:11 PST 2010 Ian Lynagh * Fix warnings M ./compiler/vectorise/Vectorise/Utils/PRDict.hs -3 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101219202711-3fd76-100cd845f260a6a507932c4b75ae737b2e03e964.gz

darcs patch: Drop GhcWithLlvmCodeGen configuration bits

2010-12-19 Thread Matthias Kilian
1 patch for repository http://darcs.volkswurst.de/ghc: Sun Dec 19 19:02:39 CET 2010 Matthias Kilian * Drop GhcWithLlvmCodeGen configuration bits The LLVM code generator is always built unconditionally, so both the configuration variable in mk/config.mk.in as well as the string in compile

Re: Validate failures in dph tests

2010-12-19 Thread Roman Leshchinskiy
Should be fixed now. Roman ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Pass --hoogle to haddock; fixes trac #4521

2010-12-19 Thread Ian Lynagh
Sun Dec 19 04:52:43 PST 2010 Ian Lynagh * Pass --hoogle to haddock; fixes trac #4521 M ./rules/haddock.mk +1 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20101219125243-3fd76-9c8a03da75116f2488b33ab6f6f35e5cea2bdcb7.gz __