By importing Concurrent in your Haskell code you should
get at the 'standard' Conc. Haskell primitives, including
99% of what ConcBase exports. 'runOrBlockIO' isn't supported,
but I doubt you'll really need (or want) to use that.

In short, if you've got code that imports ConcBase, change that
to Concurrent.

--sigbjorn

> -----Original Message-----
> From: Stephen Alden Elliott [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 26, 2000 15:23
> To: GHC Mailing List
> Subject: ConcBase.hs compilation
> 
> 
> Firstly, thanks everyone for helping me with the make files.  I
> especially appreciated the suggestion that I use hmake, which 
> is a very
> nice program.
> 
> My current problem is the GHC-Hugs incompatibility.  As many of you
> know, some standard Hugs files do not compile under GHC, and 
> so GHC has
> its own version of files like Concurrent.hs, etc.  I'm 
> currently trying
> to find a way to compile or find and alternative to ConcBase.hs, which
> is found in the lib/exts directory of the hugs directory.  Does anyone
> know where to find a GHC compatible version of this module?
> 
> Thanks again!
> 
> -stephen
> 
> 

Reply via email to