DuplexHandle finalizer fix missing...

2003-03-13 Thread Keean Schupke
(appologies if this is a repeat) Hi, I have also noticed the fix for DuplexHandle finalizers is not in this release, I believe the finalizer should be attached to the write side (which is pointed to by the read side) but its still attached to the read side as in previous versions... Once

Re: ANNOUNCE: GHC vesrion 5.04.3 released

2003-03-13 Thread Alastair Reid
Alternatively, is there any alternative Haskell compiler (I guess that would be NHC?) that works for this architecture? If Hugs doesn't work on your machine, please report it as a bug. [Hmmm, ok, let me restrict that to machines with at least 32-bit Ints, and at least 1Mb of memory.] And

Handle finalizer fix missing too...

2003-03-13 Thread Keean Schupke
The fix for duplex handle finalizers ... where GHC.Handle has the finalizer attached to the read side addMVarFinalizer read_side (handleFinalizer read_side), and it should be on the write side (as the read side points to the write side using haOther...) Without this fix hGetContents leaks file

Re: ANNOUNCE: GHC vesrion 5.04.3 released

2003-03-13 Thread Manuel M T Chakravarty
== The (Interactive) Glasgow Haskell Compiler -- version 5.04.3 == We are pleased to announce a new patchlevel release of the Glasgow Haskell Compiler (GHC),

Re: ANNOUNCE: GHC vesrion 5.04.3 released

2003-03-13 Thread Donald Bruce Stewart
[11.03.03] simonmar: == The (Interactive) Glasgow Haskell Compiler -- version 5.04.3 == We are pleased to announce a new patchlevel release of the Glasgow

Can't build GHC on Mac OS X

2003-03-13 Thread Kirsten Chevalier
Hi, I installed GHC 5.04.2 from binaries on my machine (running Mac OS 10.2.1 and gcc 3.1) and proceeded to try to build the latest version of GHC from cvs, resulting in the following error message: [lots of stuff snipped]