Re: ANN: C->Haskell 0.8.1

2001-02-15 Thread Manuel M. T. Chakravarty
[EMAIL PROTECTED] (Marcin 'Qrczak' Kowalczyk) wrote, > 15 Feb 2001 08:20:00 GMT, Marcin 'Qrczak' Kowalczyk <[EMAIL PROTECTED]> pisze: > > > Does C2HSDeprecated export newStablePtr and freeHaskellFunPtr? > > Currently it does not, but GtkCList assumes it does. > > > > Does C2HS export castPtrToF

RE: Haskell threads & pipes & UNIX processes

2001-02-15 Thread Simon Marlow
[ moved to [EMAIL PROTECTED] ] > I need to compress the output of my Hakell program. To avoid > the creation > of huge files, I want to compress before writing by means of gzip or > bzip2. However, this seems to be quite involved. > > I decided to run the compressor with > > runProcess :: Fil

Re: ANN: C->Haskell 0.8.1

2001-02-15 Thread Marcin 'Qrczak' Kowalczyk
15 Feb 2001 08:20:00 GMT, Marcin 'Qrczak' Kowalczyk <[EMAIL PROTECTED]> pisze: > Does C2HSDeprecated export newStablePtr and freeHaskellFunPtr? > Currently it does not, but GtkCList assumes it does. > > Does C2HS export castPtrToFunPtr? Currently it does not, but GMarsh > assumes it does. Now I

RE: Confused about enabling parallel ghc

2001-02-15 Thread Simon Marlow
> I installed ghc 4.08.2 binaries for sparc solaris (and those for intel > linux, too), then tried compiling a sample program (the fibonacci one > in the user guide) with ghc -parallel. The compiler complained: > > Could not find interface file for `Prelude' > in the directories ./*.hi >

Re: ANN: C->Haskell 0.8.1

2001-02-15 Thread Marcin 'Qrczak' Kowalczyk
Thu, 15 Feb 2001 18:44:56 +1100, Manuel M. T. Chakravarty <[EMAIL PROTECTED]> pisze: > > But the error in CInfo is still there. > > That's strange. Could you try this with either the release of > 0.8.2 that I put up yesterday or with the CVS version again? Hmm, it works now. There are two fil