Re: threadsafe needed

2004-10-15 Thread Frederik Eaton
sleep and usleep in libraries/unix/System/Posix/Unistd.hsc need 'threadsafe' as well. -- frederik On Tue, Oct 05, 2004 at 02:16:29AM -0700, John Meacham wrote: Quite a few foreign calls in the library are missing threadsafe in their declarations. if this could be fixed by 6.2.2 that would be

RE: x86_64: total success

2004-10-15 Thread Simon Marlow
On 14 October 2004 10:13, John Meacham wrote: It's too late for 6.2.2, unless it's a 1-line fix. I don't think it is, because it won't be self-hosting without some more work in the build system. ;diff package.conf.backup package.conf # /usr/lib/ghc-6.2.1

RE: req for code

2004-10-15 Thread Simon Marlow
On 14 October 2004 13:06, Benedict Kavanagh wrote: Writing some system code. Want to do it in Haskell. As a head start boost does anybody have any code that uses forkprocess to fork, creates a pipe between parent/child and dups child's end to be standard out for the child and then have

Re: x86_64: total success

2004-10-15 Thread William Lee Irwin III
At some point in the past, someone wrote: well, it did turn out to be a one-line fix :) but perhaps this isn't the proper way to do it, it does seem to have solved the problem for me though. On Fri, Oct 15, 2004 at 09:18:26AM +0100, Simon Marlow wrote: That's not really a fix. It's a patch

ANNOUNCE: GHC version 6.2.2

2004-10-15 Thread Simon Marlow
= The (Interactive) Glasgow Haskell Compiler -- version 6.2.2 = The GHC Team is pleased to announce the latest patchlevel release of GHC, 6.2.2. This is a bugfix

Re: ANNOUNCE: GHC version 6.2.2

2004-10-15 Thread Glynn Clements
Simon Marlow wrote: = The (Interactive) Glasgow Haskell Compiler -- version 6.2.2 = The GHC Team is pleased to announce the latest patchlevel release of GHC,

Re: ANNOUNCE: GHC version 6.2.2

2004-10-15 Thread Gregory Wright
Hi, For Mac OS X users, the Darwinports build of GHC has been updated to the new version (6.2.2). It supports both Jaguar (10.2.x) and Panther (10.3.y). Apple's gcc-3.1 is required, which is not installed by default with the latest Xcode 1.5. (Use the custom installation option of the Xcode