FFI on sparc

2000-01-24 Thread Jan Kort
Hi, I'm using the FFI on a sparc. Everything works fine except when I return a float or double from C to Haskell. My config is: SunOS 5.6 cpu0: SUNW,UltraSPARC-IIi (upaid 0 impl 0x12 ver 0x12 clock 270 MHz) SUNW,m64B0 is /pci@1f,0/pci@1,1/SUNW,m64B@2 stdout is major <35> minor <0> SUNW,hme0: Ch

RE: Problem with the GHC RNG.

2000-01-24 Thread Simon Peyton-Jones
Andy: does your recent commit to split fix this bug? Simon | -Original Message- | From: Andy Gill [mailto:[EMAIL PROTECTED]] | Sent: 23 January 2000 09:24 | To: GHC Bugs; Koen Claessen; John Hughes | Subject: Problem with the GHC RNG. | | | I'm trying to use QuickCheck inside GHC (has

RE: FW: ghc -parallel ...

2000-01-24 Thread Simon Marlow
> Dirk, > > Glasgow parallel Haskell (GpH) doesn't work with GHC 4.04, > but will real soon: (in 4.06 I believe). Actually it won't be quite ready for 4.06 - the code is in there, but not in a production state. Similarly for the GranSim and SMP versions. Hans Wolfgang Lloidl & I spent a week

RE: Bug Report: Export List in Module

2000-01-24 Thread Simon Marlow
> I just found out that module definitions of the > following kind > > > module Commas( , , ) where > > > are accepted by ghc. One comma also seems to be fine. Yes, GHC's parser is a little more liberal about extra punctuation than it should be. I don't particularly want to fix this, but if

Re: Problem with the GHC RNG.

2000-01-24 Thread Koen Claessen
Andy Gill wrote: | I'm trying to use QuickCheck inside GHC (has this been | tried before?) I think Chris Okasaki tried that. Certainly not me, and I don't think John either. | The final example is great; lots of good test data. | However the tests before point to some serious | shortcoming

Re: FW: ghc -parallel ...

2000-01-24 Thread Phil Trinder
Dirk, Glasgow parallel Haskell (GpH) doesn't work with GHC 4.04, but will real soon: (in 4.06 I believe). More info on GpH, including the mailing list can be found on http://www.cee.hw.ac.uk/~dsg/gph/ Phil > -Original Message- > From: Dirk Nowotka TUCS [mailto:[EMAIL PROTECTED]] > S