Re: Generating valid Haskell code using the GHC API pretty printer

2009-08-18 Thread Jan Schaumlöffel
Hello, sorry for the delay in replying, I have been away from my computer during the last weeks. Simon Peyton-Jones wrote: > I've fixed GHC's pretty-printer to print do-notation using braces > and semi-colons, which is much more robust. I hope that's useful This is certainly useful, and it seem

Plans for GHC 6.12.1: release candidate 14 September 2009

2009-08-18 Thread Ian Lynagh
Hi all, This is a summary of our plans for GHC 6.12.1. We are aiming to have the first release candidate out on the 14th September 2009. Until then, we plan to focus on the bugs in the 6.12.1 milestone, marked high priority; they are listed here: http://hackage.haskell.org/trac/ghc/query?statu

Re: Plans for GHC 6.12.1: release candidate 14 September 2009

2009-08-18 Thread Matthias Kilian
On Tue, Aug 18, 2009 at 03:03:43PM +0100, Ian Lynagh wrote: > This is a summary of our plans for GHC 6.12.1. > > We are aiming to have the first release candidate out on the 14th > September 2009. > > Until then, we plan to focus on the bugs in the 6.12.1 milestone, marked > high priority; they a

Building just a stage 1 compiler?

2009-08-18 Thread Tim Chevalier
Hi, Is there a way to tell the GHC build system that I only want to build a stage 1 compiler and the libraries, not a stage 2 compiler? Executing: $ sh boot $ ./configure $ make stage=1 in my build tree still builds the stage 2 compiler as well. Thanks, Tim -- Tim Chevalier * http://cs.pdx.edu