XCode and GHC on MacOs X

2004-01-10 Thread Hans Nikolaus Beck
Hi, Could the XCode Tool from Mac Os X Panther be forced to use ghc instead of gcc ? I've found no option to do so, help says nothing about switching a compiler... Greetings Hans ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED]

Re: threadDelay problem

2004-01-10 Thread Adrian Hey
On Wednesday 07 Jan 2004 8:01 pm, John Meacham wrote: On Wed, Jan 07, 2004 at 12:38:11PM -, Simon Marlow wrote: The idea is to stop a Haskell prog with no runable threads or events to process hogging CPU time. I was a bit dissapointed to find that despite this on my (otherwise

Re: POpen, opening lots of processes

2004-01-10 Thread Mark Carroll
Tomasz, Your code looks great, but where do you find the library documentation, like what the arguments for executeFile are all about? (I'd guessed the Maybe thing was an environment, but what's the Bool?) I've been trying to do similar stuff, but have been stumbling in the dark rather. --

Re: POpen, opening lots of processes

2004-01-10 Thread Glynn Clements
Mark Carroll wrote: Your code looks great, but where do you find the library documentation, like what the arguments for executeFile are all about? (I'd guessed the Maybe thing was an environment, but what's the Bool?) I've been trying to do similar stuff, but have been stumbling in the

Re: POpen, opening lots of processes

2004-01-10 Thread Tomasz Zielonka
On Sat, Jan 10, 2004 at 04:50:28PM -0500, Mark Carroll wrote: Tomasz, Your code looks great, Thanks :) It was written in haste for a particular purpose and then tweaked a bit, so I would be pleasantly surprised if it didn't contain any bugs (besides the one mentioned in code). It isn't