RE: HEAD fixed

2007-03-21 Thread Simon Peyton-Jones
Rats. My brain is slow. I'm pushing a patch now. Sorry S | -Original Message- | From: Ian Lynagh [mailto:[EMAIL PROTECTED] | Sent: 20 March 2007 23:07 | To: Simon Peyton-Jones | Cc: cvs-ghc@haskell.org | Subject: Re: HEAD fixed | | On Tue, Mar 20, 2007 at 03:44:08PM +,

Re: HEAD fixed

2007-03-20 Thread Ian Lynagh
On Tue, Mar 20, 2007 at 03:44:08PM +, Simon Peyton-Jones wrote: > Folks > > Sorry for the HEAD breakage when compiling GHC/Dynamic. Should be fixed now. Afraid not. It now fails with: ../compiler/stage1/ghc-inplace -H16m -O -istage2/utils -istage2/basicTypes -istage2/types -istage2/hs

Re: HEAD fixed

2007-03-20 Thread Josef Svenningsson
On 3/20/07, Simon Peyton-Jones <[EMAIL PROTECTED]> wrote: We need a tool to show us module graphs! FWIW, I managed to use ocamldot for exactly this purpose a couple of years ago. Although it's meant to show module graphs for ocaml specifically, it works well for pretty much any language. The on