[nightly] 11-Aug-2009 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2009-08-11 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) 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 Tue Aug 11 18:00:01 BST 2009. checking out

TyThing->HsSyn code

2009-08-11 Thread Isaac Dupree
Here's the code I wrote for Haddock to convert TyThing to HsSyn, in a module (attached)... did you want to include this in GHC? Does it have any little things you wanted me to clean up first? I removed all the srcloc information because it was mostly wrong and definitely incomplete. -Isaac

some SrcLoc functions

2009-08-11 Thread Isaac Dupree
Although it turned out that in my Synify code there wasn't much actually valid srcloc information, it might still be generally useful to put these convenience functions I invented, into GHC: combineSrcSpanss :: [SrcSpan] -> SrcSpan combineSrcSpanss [] = noSrcSpan combineSrcSpanss ss = foldr1 co

[nightly] 11-Aug-2009 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2009-08-11 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) 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 Tue Aug 11 19:00:01 BST 2009. **

patch applied (ghc): Skip "Cabal check" for certain packages that we know will fail

2009-08-11 Thread Ian Lynagh
Tue Aug 11 15:01:46 PDT 2009 Ian Lynagh * Skip "Cabal check" for certain packages that we know will fail M ./ghc.mk +8 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090811220146-3fd76-7f1dddf92b7fc2f9026ac49141f23806f3eaa27e.gz _

patch applied (ghc): Fix "Cabal check" warnings

2009-08-11 Thread Ian Lynagh
Tue Aug 11 14:58:39 PDT 2009 Ian Lynagh * Fix "Cabal check" warnings M ./compiler/ghc.cabal.in -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090811215839-3fd76-8338a1b1b72721ce8e48f637cf6e5ba329277750.gz ___ Cvs-ghc mai

patch applied (ghc): Check Cabal packages when validating

2009-08-11 Thread Ian Lynagh
Tue Aug 11 14:25:59 PDT 2009 Ian Lynagh * Check Cabal packages when validating This checks that hackage would accept the packages. Currently warnings are printed, but don't result in failure. M ./ghc.mk +4 M ./mk/config.mk.in +2 M ./mk/validate-settings.mk +2 M ./rules/buil

patch applied (ghc): Include a pointer to GHC.Exts in the generated GHC.Prim docs

2009-08-11 Thread Ian Lynagh
Tue Aug 11 07:53:00 PDT 2009 Ian Lynagh * Include a pointer to GHC.Exts in the generated GHC.Prim docs M ./utils/genprimopcode/Main.hs +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090811145300-3fd76-dd193d097c1d67b15135ec073546805b78d6a41b.gz __

patch applied (ghc): Refactor, and improve error messages (cf Trac #3395)

2009-08-11 Thread Simon Peyton Jones
Tue Aug 11 07:36:55 PDT 2009 simo...@microsoft.com * Refactor, and improve error messages (cf Trac #3395) Ignore-this: e7205f5bcf8408ff791ba19156e48461 The Convert stuff should not panic if the programmer hands over an invalid TH term; instead it should give a graceful error message.

patch applied (testsuite): Trac change in Template Haskell errors

2009-08-11 Thread Simon Peyton Jones
Tue Aug 11 07:11:50 PDT 2009 simo...@microsoft.com * Trac change in Template Haskell errors Ignore-this: 979cdffc2f7cf47db2174314dc0429bd M ./tests/ghc-regress/th/T2597b.stderr -2 +1 M ./tests/ghc-regress/th/T2674.stderr -4 +4 M ./tests/ghc-regress/th/T3395.stderr -1 +1 M ./te

patch applied (/haskell/ghc): Remove documentation.html

2009-08-11 Thread Ian Lynagh
Tue Aug 11 07:24:00 EDT 2009 Ian Lynagh * Remove documentation.html It has been superseded by http://haskell.org/haskellwiki/GHC R ./documentation.html ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-gh

Re: patch applied (ghc): Pass -m32 to gcc on i386 and ppc OS X

2009-08-11 Thread Ian Lynagh
On Mon, Aug 10, 2009 at 10:19:38PM +0100, Simon Marlow wrote: > Ian Lynagh wrote: >> Sat Aug 8 15:25:37 PDT 2009 Ian Lynagh >> * Pass -m32 to gcc on i386 and ppc OS X >> This makes GHC work even if you are actually running it in 64bit mode, >> e.g. on OS X 10.6 Snow. >> >> M ./configur