ghci 5.00(.1) ignores -L ?

2001-05-25 Thread Armin Groesslinger
Hello, I've been trying to start ghci 5.00 (Solaris) or 5.00.1 (Linux) with ghci -L/the/path -lglue (where libglue.so is in /the/path), which should load (according to Section 3.5.2 of the GHC Users Guide) libglue.so from /the/path, but ghci says Loading package std ... linking ... done.

finalizers broken (4.08.2 5.00)

2001-05-25 Thread Volker Stolz
Okay, I suppose I ain't telling any news here, *but* *usually* people complained about finalizers being never run. I just discovered that my finalizers are run *too* *early*, probably because of unsafe{Perform,Interleave}IO: Consider this fragment which will interleave two lists/streams (they're

RE: finalizers broken (4.08.2 5.00)

2001-05-25 Thread Simon Marlow
Okay, I suppose I ain't telling any news here, *but* *usually* people complained about finalizers being never run. I just discovered that my finalizers are run *too* *early*, probably because of unsafe{Perform,Interleave}IO: Consider this fragment which will interleave two