Re: GHC.Prim problem

2007-05-31 Thread Ben Sinclair
On Tue, May 29, 2007 at 04:05:49PM +0100, Simon Marlow wrote: Ben Sinclair wrote: Hello, I've had a problem with GHC.Prim when compiling the darcs HEAD lately. When I compile it in the normal way with no special options Main.hs:3:0: Failed to load interface for `GHC.Prim':

Re: GHC.Prim problem

2007-05-31 Thread Simon Marlow
Ben Sinclair wrote: On Tue, May 29, 2007 at 04:05:49PM +0100, Simon Marlow wrote: Ben Sinclair wrote: Hello, I've had a problem with GHC.Prim when compiling the darcs HEAD lately. When I compile it in the normal way with no special options Main.hs:3:0: Failed to load interface for

Re: GHC.Prim problem

2007-05-29 Thread Simon Marlow
Ben Sinclair wrote: Hello, I've had a problem with GHC.Prim when compiling the darcs HEAD lately. When I compile it in the normal way with no special options sh boot ./configure make make install it compiles correctly, but if I attempt to compile module Main where import GHC.Prim main

Re: GHC.Prim problem

2007-05-29 Thread Alec Berryman
Simon Marlow on 2007-05-29 16:05:49 +0100: Ben Sinclair wrote: Hello, I've had a problem with GHC.Prim when compiling the darcs HEAD lately. When I compile it in the normal way with no special options sh boot ./configure make make install It works for me, with last night's HEAD

Re: GHC.Prim problem

2007-05-29 Thread Stefan O'Rear
On Tue, May 29, 2007 at 09:58:38PM -0400, Alec Berryman wrote: Simon Marlow on 2007-05-29 16:05:49 +0100: Ben Sinclair wrote: Hello, I've had a problem with GHC.Prim when compiling the darcs HEAD lately. When I compile it in the normal way with no special options sh boot ./configure

GHC.Prim problem

2007-05-25 Thread Ben Sinclair
Hello, I've had a problem with GHC.Prim when compiling the darcs HEAD lately. When I compile it in the normal way with no special options sh boot ./configure make make install it compiles correctly, but if I attempt to compile module Main where import GHC.Prim main :: IO () main =