RE: darcs patch: Add a warning flag for when the Prelude is implicitly ...

2007-05-11 Thread Simon Peyton-Jones
| + option-fno-implicit-prelude/option or a | + literalLANGUAGE NoImplicitPrelude/literal pragma)./para | | Have you actually altered the LANGUAGE pragma processing? | | No, it's an existing LANGUAGE pragma (in fact I use it in one of the | test cases). Ah yes, my mistake. I

patch applied (ghc): Add a warning flag for when the Prelude is implicitly imported (trac #1317)

2007-05-11 Thread Simon Peyton Jones
Fri May 11 01:45:25 PDT 2007 Isaac Dupree [EMAIL PROTECTED] * Add a warning flag for when the Prelude is implicitly imported (trac #1317) GHC already determines all the implicit (Prelude) imports, so we just need to check whether there are any of those, for each module being compiled.

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

2007-05-11 Thread sof
From: GHC Build Reports [EMAIL PROTECTED] To: cvs-ghc@haskell.org Subject: [nightly] 11-May-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 =

patch applied (ghc): Remove the distinction between data and newtype families

2007-05-11 Thread chak
Fri May 11 04:30:57 PDT 2007 Manuel M T Chakravarty [EMAIL PROTECTED] * Remove the distinction between data and newtype families - This patch removes newtype family declarations. - newtype instance declarations can now be instances of data families - This also fixes bug #1331 **

patch applied (ghc): FIX BUILD: revert accidentally-committed patch

2007-05-11 Thread Simon Marlow
Fri May 11 00:29:44 PDT 2007 Simon Marlow [EMAIL PROTECTED] * FIX BUILD: revert accidentally-committed patch M ./rts/Linker.c -1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): refactoring only

2007-05-11 Thread Simon Marlow
Fri May 11 00:55:05 PDT 2007 Simon Marlow [EMAIL PROTECTED] * refactoring only M ./compiler/ghci/InteractiveUI.hs -38 +19 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Various indexed types tests fail due to trac #1331

2007-05-11 Thread chak
Sat May 5 08:56:05 PDT 2007 Ian Lynagh [EMAIL PROTECTED] UNDO: Various indexed types tests fail due to trac #1331 M ./tests/ghc-regress/indexed-types/should_compile/all.T -11 +11 M ./tests/ghc-regress/indexed-types/should_fail/all.T -11 +11 M

patch applied (testsuite): Adapt indexed type tests to removal of newtype families

2007-05-11 Thread chak
Fri May 11 04:35:21 PDT 2007 Manuel M T Chakravarty [EMAIL PROTECTED] * Adapt indexed type tests to removal of newtype families M ./tests/ghc-regress/indexed-types/should_compile/Deriving.hs -2 +2 M ./tests/ghc-regress/indexed-types/should_compile/Simple1.hs -3 +3 M

patch applied (ghc): Store a SrcSpan instead of a SrcLoc inside a Name

2007-05-11 Thread Simon Marlow
Fri May 11 03:49:26 PDT 2007 Simon Marlow [EMAIL PROTECTED] * Store a SrcSpan instead of a SrcLoc inside a Name This has been a long-standing ToDo. M ./compiler/basicTypes/Id.lhs -2 +2 M ./compiler/basicTypes/Name.lhs -11 +15 M ./compiler/basicTypes/SrcLoc.lhs -11 +13 M

FW: [GHC] #1333: core lint failures in arrow tests

2007-05-11 Thread Simon Peyton-Jones
Dear Andy, Ross It turns out that Trac #1333 is an interaction of the HPC and arrow syntax. Could you two fight it out and decide what to do? Currently I think that many programs involving arrow syntax won't compile with HPC and hence won't compile in GHCi. Which is a shame. Arrow syntax

Re: patch applied (ghc): isDataTyCon should be False for all type families, even data type families

2007-05-11 Thread Manuel M T Chakravarty
Simon, I think we are agreed that you hold the token on this, and on http://hackage.haskell.org/trac/ghc/ticket/1331 Done. - add words to Section 4 of this same page, saying that it's a draft user-manual entry Done. I still have to update the wiki docs and modify the manual as agreed.

RE: patch applied (ghc): isDataTyCon should be False for all type families, even data type families

2007-05-11 Thread Simon Peyton-Jones
Excelelnt thanks! | -Original Message- | From: Manuel M T Chakravarty [mailto:[EMAIL PROTECTED] | Sent: 11 May 2007 12:51 | To: Simon Peyton-Jones | Cc: cvs-ghc@haskell.org | Subject: Re: patch applied (ghc): isDataTyCon should be False for all type families, even data type | families |

HEAD Buildable?

2007-05-11 Thread Brandon Michael Moore
Is HEAD buildable? I see there are no nightly builds for 32 bit linux after April 4, and following the building instructions from Building/QuickStart on the developer wiki fails in the middle of the build, in a variety of ways (when trying again after make clean) Has anyone buil GHC from darcs

patch applied (ghc): donapos; t remove c++ files from Windows binary distribution

2007-05-11 Thread Simon Marlow
Fri May 11 07:53:52 PDT 2007 Simon Marlow [EMAIL PROTECTED] * don't remove c++ files from Windows binary distribution M ./distrib/prep-bin-dist-mingw -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc): Support for adding custom commands to an individual breakpoint

2007-05-11 Thread Simon Marlow
Fri May 11 05:49:29 PDT 2007 Simon Marlow [EMAIL PROTECTED] * Support for adding custom commands to an individual breakpoint :set stop N cmd runs cmd when breakpoint N is hit. Note that the command to run might be a macro (defined with :def), and the macro can invoke :continue,

patch applied (testsuite): add test for #1277

2007-05-11 Thread Simon Marlow
Fri May 11 07:57:20 PDT 2007 Simon Marlow [EMAIL PROTECTED] * add test for #1277 M ./tests/ghc-regress/parser/should_fail/all.T +1 A ./tests/ghc-regress/parser/should_fail/read033.hs A ./tests/ghc-regress/parser/should_fail/read033.stderr

Re: Mac OS X 10.4.8 fails to darcs get --verbose --partial http://darcs.haskell.org/ghc

2007-05-11 Thread Thorkil Naur
Hello, Thanks a lot again for your help, support, and ideas to get me out of this mess. On Thursday 10 May 2007 10:29, Simon Marlow wrote: ... Or something strange happening at your ISP? ... I have finally managed to get my ISP to look at it harder. It seems that it will extend into next

patch applied (ghc): Correct an egregious typo in LiberateCase that emasculated it

2007-05-11 Thread Simon Peyton Jones
Fri May 11 08:55:07 PDT 2007 [EMAIL PROTECTED] * Correct an egregious typo in LiberateCase that emasculated it Somehow in the patch * Record-ise the liberate-case envt, in preparation for new stuff I managed to make lookupLevelEnv do entirely the wrong thing. I think it was

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

2007-05-11 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 Fri May 11 19:30:01 BST 2007.

patch applied (/haskell/ghc): Windows 6.6.1 updates

2007-05-11 Thread Ian Lynagh
Fri May 11 20:24:09 EDT 2007 Ian Lynagh [EMAIL PROTECTED] * Windows 6.6.1 updates M ./download_ghc_661.html -8 +16 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 11-May-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-05-11 Thread sof
From: GHC Build Reports [EMAIL PROTECTED] To: cvs-ghc@haskell.org Subject: [nightly] 11-May-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 =