[nightly] 14-Mar-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-03-14 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Wed Mar 14 19:30:00 GMT 2007. checki

[nightly] 14-Mar-2007 build of 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-03-14 Thread GHC Build Reports
Build description = 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-6.6-cam-02-unx Nightly build started on cam-02-unx at Wed Mar 14 19:00:01 GMT 2007.

patch applied (testsuite): Add another renamer test nhc98 used to fail

2007-03-14 Thread Ian Lynagh
Wed Mar 14 17:11:53 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add another renamer test nhc98 used to fail M ./tests/ghc-regress/rename/should_compile/all.T +2 A ./tests/ghc-regress/rename/should_compile/rn054.hs ___ Cvs-ghc mailing list Cvs-g

patch applied (testsuite): Another renamer test that nhc98 used to fail on

2007-03-14 Thread Ian Lynagh
Wed Mar 14 12:08:37 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Another renamer test that nhc98 used to fail on A ./tests/ghc-regress/rename/should_compile/Rn053_A.hs A ./tests/ghc-regress/rename/should_compile/Rn053_B.hs M ./tests/ghc-regress/rename/should_compile/all.T +3 A ./te

patch applied (testsuite): Add a renamer test (nhc98 used to fail it)

2007-03-14 Thread Ian Lynagh
Wed Mar 14 11:57:36 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Add a renamer test (nhc98 used to fail it) A ./tests/ghc-regress/rename/should_compile/Rn052Aux.hs M ./tests/ghc-regress/rename/should_compile/all.T +3 A ./tests/ghc-regress/rename/should_compile/rn052.hs ___

patch applied (ghc): Wibble to type-error-message improvement

2007-03-14 Thread Simon Peyton Jones
Wed Mar 14 09:48:50 PDT 2007 [EMAIL PROTECTED] * Wibble to type-error-message improvement M ./compiler/typecheck/TcMType.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Improve error messages slightly, saying " a1...an" instead of " a b c"

2007-03-14 Thread Simon Peyton Jones
Wed Mar 14 09:29:06 PDT 2007 [EMAIL PROTECTED] * Improve error messages slightly, saying "a1...an" instead of "a b c" M ./compiler/typecheck/TcClassDcl.lhs -1 +1 M ./compiler/typecheck/TcMType.lhs -2 +2 M ./compiler/typecheck/TcTyClsDecls.lhs -1 +1 _

patch applied (ghc-6.6/ghc): Tweak hasktags to cope with abc::def correctly

2007-03-14 Thread Ian Lynagh
Wed Mar 14 09:01:02 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Tweak hasktags to cope with abc::def correctly Patch from Marc Weber in http://www.haskell.org/pipermail/glasgow-haskell-users/2007-February/011998.html M ./utils/hasktags/HaskTags.hs -12 +26 ___

patch applied (ghc): Tweak hasktags to cope with abc::def correctly

2007-03-14 Thread Ian Lynagh
Wed Mar 14 09:01:02 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Tweak hasktags to cope with abc::def correctly Patch from Marc Weber in http://www.haskell.org/pipermail/glasgow-haskell-users/2007-February/011998.html M ./utils/hasktags/HaskTags.hs -12 +26 ___

Re: patch applied (ghc-6.6/ghc): MERGED: Fix #839 (Generate documentation for built-in types and primitve operations)

2007-03-14 Thread Sven Panne
On Thursday 01 March 2007 15:13, Ian Lynagh wrote: > Thu Mar 1 05:17:17 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> > * MERGED: Fix #839 (Generate documentation for built-in types and > primitve operations) Simon Marlow <[EMAIL PROTECTED]>**20070228163442 > >This patch was originally by [EMAIL

patch applied (ghc): Unbreak Haddock markup

2007-03-14 Thread Sven Panne
Wed Mar 14 08:15:17 PDT 2007 [EMAIL PROTECTED] * Unbreak Haddock markup M ./compiler/prelude/primops.txt.pp -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Warning police: Avoid name shadowing

2007-03-14 Thread Sven Panne
Wed Mar 14 07:04:34 PDT 2007 [EMAIL PROTECTED] * Warning police: Avoid name shadowing M ./utils/genprimopcode/Main.hs -61 +61 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Handle primitive types and pseudo ops when generating LaTeX

2007-03-14 Thread Sven Panne
Wed Mar 14 06:43:28 PDT 2007 [EMAIL PROTECTED] * Handle primitive types and pseudo ops when generating LaTeX M ./utils/genprimopcode/Main.hs +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Warning police: Replace patter matching failures by something more informative

2007-03-14 Thread Sven Panne
Wed Mar 14 06:40:44 PDT 2007 [EMAIL PROTECTED] * Warning police: Replace patter matching failures by something more informative M ./utils/genprimopcode/Main.hs -1 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/li

patch applied (ghc-6.6/ghc): Allow derived undecidable instances when -fallow-undecidable-instances is on

2007-03-14 Thread Simon Peyton Jones
Wed Mar 14 06:28:57 PDT 2007 [EMAIL PROTECTED] * Allow derived undecidable instances when -fallow-undecidable-instances is on Fixes tcrun032, Trac #1194 M ./compiler/typecheck/TcSimplify.lhs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.

patch applied (ghc): Added LaTeX commands for primitive types and pseudo ops

2007-03-14 Thread Sven Panne
Wed Mar 14 06:27:03 PDT 2007 [EMAIL PROTECTED] * Added LaTeX commands for primitive types and pseudo ops M ./docs/ext-core/core.tex +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fixed LaTeX markup

2007-03-14 Thread Sven Panne
Wed Mar 14 06:25:21 PDT 2007 [EMAIL PROTECTED] * Fixed LaTeX markup M ./compiler/prelude/primops.txt.pp -5 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.6/ghc): Make type variables line up in interface files (6.6 branch only)

2007-03-14 Thread Simon Peyton Jones
Wed Mar 14 05:47:33 PDT 2007 [EMAIL PROTECTED] * Make type variables line up in interface files (6.6 branch only) Fixes Trac #1214 This fix is needed in the 6.6 branch only. M ./compiler/iface/IfaceSyn.lhs -6 +8 ___ Cvs-ghc mai

[nightly] 14-Mar-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling)

2007-03-14 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 14-Mar-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling) Build description = of 6.6 branch on i386-unknown-mingw32 (bling) Build location= /fptools/builds/STABLE Build config file = /fptools/buil

patch applied (ghc): Warning police: Don't rely on defaulting

2007-03-14 Thread Sven Panne
Wed Mar 14 05:36:08 PDT 2007 [EMAIL PROTECTED] * Warning police: Don't rely on defaulting M ./utils/genprimopcode/Main.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Warning police: Removed " Defined but not used" warnings

2007-03-14 Thread Sven Panne
Wed Mar 14 05:30:21 PDT 2007 [EMAIL PROTECTED] * Warning police: Removed "Defined but not used" warnings M ./utils/genprimopcode/Main.hs -25 +25 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Use -Wall for compilation of genprimopcode

2007-03-14 Thread Sven Panne
Wed Mar 14 05:22:33 PDT 2007 [EMAIL PROTECTED] * Use -Wall for compilation of genprimopcode M ./utils/genprimopcode/Makefile +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Warning police: Added type signatures

2007-03-14 Thread Sven Panne
Wed Mar 14 05:23:16 PDT 2007 [EMAIL PROTECTED] * Warning police: Added type signatures M ./utils/genprimopcode/Main.hs -13 +64 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Add test for Trac #1221

2007-03-14 Thread Simon Peyton Jones
Wed Mar 14 05:28:54 PDT 2007 [EMAIL PROTECTED] * Add test for Trac #1221 M ./tests/ghc-regress/typecheck/should_fail/all.T +1 A ./tests/ghc-regress/typecheck/should_fail/tcfail178.hs A ./tests/ghc-regress/typecheck/should_fail/tcfail178.stderr __

patch applied (ghc): Improve typechecker error messages; see Trac #1221

2007-03-14 Thread Simon Peyton Jones
Wed Mar 14 05:14:10 PDT 2007 [EMAIL PROTECTED] * Improve typechecker error messages; see Trac #1221 M ./compiler/typecheck/TcUnify.lhs -1 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.6/ghc): Improve typechecker error messages; see Trac #1221

2007-03-14 Thread Simon Peyton Jones
Wed Mar 14 05:19:58 PDT 2007 [EMAIL PROTECTED] * Improve typechecker error messages; see Trac #1221 M ./compiler/typecheck/TcUnify.lhs -1 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.6/ghc): Remove linear implicit parameters from lexer and parser

2007-03-14 Thread Simon Peyton Jones
Wed Mar 14 05:17:46 PDT 2007 [EMAIL PROTECTED] * Remove linear implicit parameters from lexer and parser See Trac #1223 M ./compiler/parser/Lexer.x -2 M ./compiler/parser/Parser.y.pp -3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org htt

patch applied (ghc): Fix the way configure sets the ghc_ge_* variables

2007-03-14 Thread Simon Marlow
Tue Mar 13 15:05:45 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix the way configure sets the ghc_ge_* variables M ./configure.ac -5 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): cache the values of ghc_ge_XXX at configure-time

2007-03-14 Thread Simon Marlow
Tue Mar 13 09:00:08 PDT 2007 Simon Marlow <[EMAIL PROTECTED]> * cache the values of ghc_ge_XXX at configure-time This avoids recomputing them via $(shell) each time make expands one of these variables, which is very expensive (0.3s or so) on Windows. M ./configure.ac +10 M ./mk/conf

patch applied (ghc): Update the wired-in name for Data.String.IsString

2007-03-14 Thread Simon Peyton Jones
Tue Mar 13 22:28:07 PDT 2007 Brian Alliet <[EMAIL PROTECTED]> * Update the wired-in name for Data.String.IsString M ./compiler/prelude/PrelNames.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-gh

RE: darcs patch: Update the wired-in name for Data.String.IsString

2007-03-14 Thread Simon Peyton-Jones
applied, thank you Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Alliet | Sent: 14 March 2007 05:43 | To: cvs-ghc@haskell.org | Subject: darcs patch: Update the wired-in name for Data.String.IsString | | Wed Mar 14 01:28:07 EDT 2007 Bri

[nightly] 13-Mar-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-03-14 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 13-Mar-2007 build of of HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file = /fptools/builds/ghc-nightly/