Re: trouble with ghc-4.08.2-1.i386.rpm

2001-03-08 Thread Jens-Ulrik Petersen
"Jens-Ulrik Petersen" <[EMAIL PROTECTED]> writes: > I tried ghc-4.08.2-1.i386.rpm (both the RH-6 rpm and the RH-7 rpm) on > my Linux box running RH rawhide-2001-02-06 (a touch newer than the > RH-7.0.90 beta release Fisher), which both use glibc-2.2.1. > > When I compile a program, eg a test pro

trouble with ghc-4.08.2-1.i386.rpm

2001-03-08 Thread Jens-Ulrik Petersen
I tried ghc-4.08.2-1.i386.rpm (both the RH-6 rpm and the RH-7 rpm) on my Linux box running RH rawhide-2001-02-06 (a touch newer than the RH-7.0.90 beta release Fisher), which both use glibc-2.2.1. When I compile a program, eg a test program like "test.hs": module Main (main) where

RE: Fail: thread killed

2001-03-08 Thread Simon Marlow
> Marcin 'Qrczak' Kowalczyk wrote: > [snip] > > Since the very purpose of killThread is to kill the damn thread, > > I find it inconvenient to have to wrap any thread which is supposed > > to be killable with Exception.catch to avoid the message. Worse: > > it should use block and unblock, otherwi