[commit: ghc] ghc-generics: Generate Par0 when appropriate. (6a8dd92)

2011-04-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/6a8dd921d8b27fe5c29ea6a50a6ee00fdc8f1ab2 >--- commit 6a8dd921d8b27fe5c29ea6a50a6ee00fdc8f1ab2 Author: Jose Pedr

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

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

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

2011-04-28 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 Apr 28 18:10:01 BST 2011. checking out new source tree

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

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

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

2011-04-28 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 Apr 28 18:00:01 BST 2011. checking out new source tree

pgj2 (amd64 FreeBSD HEAD), build 344, Success

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

tn23 (x86 OSX HEAD), build 322, Success

2011-04-28 Thread Builder
tn23 (x86 OSX HEAD), build 322 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/322.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Success co

pgj (x86 FreeBSD HEAD), build 346, Success

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

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

2011-04-28 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 Apr 28 18:10:01 BST 2011. checking out new s

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

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

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

2011-04-28 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 Apr 28 18:00:01 BST 2011. checking out new source

Re: [Haskell-cafe] GHC repositories

2011-04-28 Thread Ian Lynagh
On Thu, Apr 28, 2011 at 07:02:45AM +, Simon Peyton-Jones wrote: > Did you mean the occurrence of the word "darcs" on > http://www.haskell.org/ghc/download? Yes, we should fix that - Ian? Ta, changed. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@

Re: What adds the -inplace suffix to package names?

2011-04-28 Thread Ian Lynagh
On Thu, Apr 28, 2011 at 01:32:54PM +1000, Ben Lippmeier wrote: > > Why does it want "ghc-7.1.20110428-inplace" where it only has > "ghc-7.1.20110428"? That's the id: $ ghc-pkg field ghc id id: ghc-7.1.20110428-inplace $ ghc-pkg field dph-par depends depends: [...] ghc-7.1.20110428-inplace [...

Re: [PATCH] MAKEHELP: "make {pdf,ps,html}" doesn't work from top level

2011-04-28 Thread Ian Lynagh
On Fri, Apr 22, 2011 at 08:21:42PM -0700, Adam Megacz wrote: > Update the documentation in MAKEHELP to make it clear that "make html" > isn't supposed to work from the top level. I've just removed those entries completely. Thanks for pointing them out. Thanks Ian __

Re: [PATCH] primops.txt.pp: add missing type application in description of GHC.Prim.Any

2011-04-28 Thread Ian Lynagh
On Fri, Apr 22, 2011 at 08:22:06PM -0700, Adam Megacz wrote: > Understanding GHC.Prim.Any is all about understanding the need for > explicit type applications in CoreSyn; the previous example had one > explicit type application but was missing the other, which this patch > adds. It also expands th

[commit: ghc] master: primops.txt.pp: add missing type application in description of GHC.Prim.Any (e11c554)

2011-04-28 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/e11c554e94c39223ea55991a552ccb244dfe4364 >--- commit e11c554e94c39223ea55991a552ccb244dfe4364 Author: Adam Megacz Da

[commit: ghc] master: Remove html, pdf and ps from the list of targets in MAKEHELP (70d6d8d)

2011-04-28 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/70d6d8d57c4434bab0ce50515c5f5a063b56 >--- commit 70d6d8d57c4434bab0ce50515c5f5a063b56 Author: Ian Lynagh Dat

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

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

Re: interleaved/detached commenting style

2011-04-28 Thread Neil Mitchell
Hi Ben, Have you thought about setting up a Hoogle instance for the GHC code base? I know Ranjit (cc'd) has been using it to help him get to grips with GHC, but I can imagine it's useful for all the newcomer GHC developers. If someone sends me the haddock --hoogle text output I'm happy to host it

[commit: ghc] ghc-generics: More code cleanup and removing old generics stuff. (51d2130)

2011-04-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/51d213078f6aa31c0a6cca340cdb5b6206da658a >--- commit 51d213078f6aa31c0a6cca340cdb5b6206da658a Author: Jose Pedr

[commit: ghc] ghc-generics: Remove a lot of stuff from the old generic mechanism. (db46cd4)

2011-04-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/db46cd4ec47fabf392bad95cfb040fac468ddfcd >--- commit db46cd4ec47fabf392bad95cfb040fac468ddfcd Author: Jose Pedr

[commit: ghc] ghc-generics: Merge branch 'ghc-generics' of http://darcs.haskell.org/ghc into ghc-generics (c88891b)

2011-04-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/c88891b513fdfb62d77265f98b06c934ae4a3023 >--- commit c88891b513fdfb62d77265f98b06c934ae4a3023 Merge: ff843f7...

[commit: ghc] ghc-generics: A few comments and whitespace changes. (ff843f7)

2011-04-28 Thread José Pedro Magalhães
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/ff843f76541ab39ed30c050ae41c7c07c8980d3a >--- commit ff843f76541ab39ed30c050ae41c7c07c8980d3a Author: Jose Pedr

[commit: ghc] ghc-generics: Use 'default' rather than 'generic' for default-method signatures (60401bf)

2011-04-28 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics http://hackage.haskell.org/trac/ghc/changeset/60401bfe16c49ef2e06e5e81fd58e030bea02013 >--- commit 60401bfe16c49ef2e06e5e81fd58e030bea02013 Author: Simon Pey

RE: [Haskell-cafe] GHC repositories

2011-04-28 Thread Simon Peyton-Jones
Did you mean the occurrence of the word "darcs" on http://www.haskell.org/ghc/download? Yes, we should fix that - Ian? If you are working on developing GHC, then the place you need is on the "Developers" link on the above page, namely here: http://hackage.haskell.org/trac/ghc/. The "repositori