GHC does not like modules starting with Z?

1999-05-07 Thread Mark Utting
I am a long-time Hugs user, but am relatively new to ghc. I've been trying to get a Makefile working, with little success. After much investigation, the problem seems to be not with my Makefile, but that ghc does not like modules whose names start with 'Z'. Seems that a module called Zabc

RE: GHC does not like modules starting with Z?

1999-05-07 Thread Frank A. Christoph
I am a long-time Hugs user, but am relatively new to ghc. I've been trying to get a Makefile working, with little success. After much investigation, the problem seems to be not with my Makefile, but that ghc does not like modules whose names start with 'Z'. Seems that a module called Zabc

RE: threadWaitRead/threadWaitWrite

1999-05-07 Thread Sigbjorn Finne (Intl Vendor)
George Russell [EMAIL PROTECTED] writes: I have some code which uses threadWaitRead and threadWaitWrite which I'd like to make more portable. Is it possible to approximate them in a way which works for Hugs98 and Haskell 4.02? If not, as they look fairly useful, could they be added to