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

Regards,

-- Zhanyong Wan

Reply via email to