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
- ANNOUNCEMENT: The Glasgow Haskell Compiler, version 4.0... Simon Marlow
- Re: ANNOUNCEMENT: The Glasgow Haskell Compiler, ve... Josef Sveningsson
- Re: ANNOUNCEMENT: The Glasgow Haskell Compiler, ve... Matthias Kilian
- Re: ANNOUNCEMENT: The Glasgow Haskell Compiler, ve... Peter White
- RE: ANNOUNCEMENT: The Glasgow Haskell Compiler, ve... Simon Marlow
- RE: ANNOUNCEMENT: The Glasgow Haskell Compiler, ve... Simon Peyton-Jones
