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

Re: Strange behavior with Network sockets

2007-01-19 Thread Alec Berryman
mrd on 2007-01-19 18:16:31 -0500: > In GHC 6.6 (and HEAD), it seems to block unexpectedly, and this > strange behavior is related to hIsOpen and hIsEOF, somehow. It acts > like hIsOpen or hIsEOF is holding up the loop until input arrives, but > it still blocks at hGetLine. > > The server ends up

Re: Replacement for GMP: Update

2006-08-10 Thread Alec Berryman
Reilly Hayes on 2006-08-10 18:36:49 -0700: > There's one thing I don't entirely understand about the GMP problem. > I understand that there are some limitations on GHC's ability to > generate relocatable (and therefore dynamically linkable) code on x86 > (a register allocation problem relat