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

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

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

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

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

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

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

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

pgj2 (amd64 FreeBSD HEAD), build 281, Success

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

simonmar-win32-head (x86 Windows HEAD), build 244, Success

2011-02-24 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 244 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/244.html darcs checkout| Success create mk/build.mk| Success get subrepos | Success repo versions | Success set

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

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

pgj (x86 FreeBSD HEAD), build 283, Success

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

tn23 (x86 OSX HEAD), build 267, Failure

2011-02-24 Thread Builder
tn23 (x86 OSX HEAD), build 267 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/267.html darcs checkout | Success create mk/build.mk | Success get subrepos | Success repo versions| Success setting version date | Success booting | Success

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

2011-02-24 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 Thu Feb 24 18:00:01 GMT 2011. checking out new source

RE: miscellaneous Core questions

2011-02-24 Thread Dimitrios Vytiniotis
Hi Adam, I am only in a position to speak about the FunTy (EqPred t1 t2) t3 question. As I've written before, unless I am pretty unaware of transformations someone is performing in the desugarer or later on, you will never encounter such a type. The type you are looking for is represented by:

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

2011-02-24 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 Thu Feb 24 18:10:01 GMT 2011. checking out new s

Mac OS X: build failure or my fault?

2011-02-24 Thread Dimitrios Vytiniotis
Hi, in Mac OS X 10.5.8, after darcs-all pull, perl boot, ./configure, make clean (I had leftovers from previous builds), and make: ... "inplace/bin/ghc-stage1" -fPIC -dynamic -H32m -O -Wall -Werror -H64m -O0 -package-name integer-gmp-0.2.0.2 -hide-all-packages -i -ilibraries/integer-gmp/. -

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

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

miscellaneous Core questions

2011-02-24 Thread Adam Megacz
Here are the leftover questions I had that weren't very urgent (I kludged my way around most of them and am now going back to clean stuff up) - Can I count on the desugarer and core-to-core passes preserving the syntactic order of the branches in a (Let (Rec branches) e)? - It isn't

patch applied (ghc-7.0/ghc): Re-enable SPECIALISE INSTANCE pragmas

2011-02-24 Thread Simon Peyton Jones
Thu Feb 24 09:47:44 PST 2011 simo...@microsoft.com * Re-enable SPECIALISE INSTANCE pragmas This mirror a similar patch in HEAD. Lacking it was responsible for signficant performance regressions in numeric operations on Rationals. M ./compiler/typecheck/TcInstDcls.lhs -2 +2 View pa

Re: darcs patch: Add warning that GHC.CoreSyn.Expr is based on Appendix...

2011-02-24 Thread Ian Lynagh
On Mon, Jan 17, 2011 at 12:38:57AM +, meg...@cs.berkeley.edu wrote: > Sun Jan 16 03:20:12 UTC 2011 meg...@cs.berkeley.edu > * Add warning that GHC.CoreSyn.Expr is based on Appendix C of TLDI'07 > paper, not the body of the paper. Thanks for the patch! However, the paper already says that i

Re: darcs patch: libffi: backport incorrect detection of selinux

2011-02-24 Thread Ian Lynagh
On Tue, Feb 08, 2011 at 11:52:23PM +0200, Sergei Trofimovich wrote: > > Tue Feb 8 23:21:40 EET 2011 Sergei Trofimovich > > * libffi: backport incorrect detection of selinux Thanks for the patch! Applied to HEAD and 7.0 branch. Thanks Ian ___ C