Why is the parser (parser/Parser.hs) compiled with -H80M? This causes an error
on my ghc-4.02 (default max heap size 64M). Instead of increasing the
maximum heap size, I just tried -H64M, which works fine (and it should also
work without -Hxxx, but it would take probably longer to compile).

BTW: Does increasing the default heap size affect the overall memory
consumption of the compiler?

Kili

Reply via email to