Zhanyong Wan <[EMAIL PROTECTED]> writes: 
> 
> Hello,
> 
> I am compiling gc-v2-190199 with ghc 4.02, and find these problems:
> 
> 1. due to incompitablitity with Haskell 98, LexM.lhs, Process.lhs and
> StdDIS.hs won't compile, namely the definition of fail needs to be
> modified.
> 2. ghc runs out of heap when compiling Proc.lhs (I'm using NT + cygwin
> 20b), so I change the line in src/Makefile:
>     Proc_HC_OPTS += -H8M
> to
>     Proc_HC_OPTS += -H16M
> 

Thanks, I hope to release GreenCard 2.0 over the next couple of
days, which should fix these Haskell 98 related problems. If you
want to start using it before then,

  http://www.dcs.gla.ac.uk/~sof/gc-2.0.tar.gz

has got the sources (but no pre-generated docs). Let me know of
any problems.

hth
--sigbjorn

Reply via email to