> ghc2:recompile:Input file Galileo6.hs newer than Galileo6.o
> "Galileo6.hs", line 122, column 149: parser stack overflow on input: "0"
> make: *** [Galileo6.o] Error 1
> 
> Is there a compiler flag that's twiddlable to fix this, or do I need to
> do something brutal like rebuilding the whole compiler, say with a new
> 'yacc' (or bison, even)?

This is a known bug in the ghc parser.  The only fix at the moment is
to use happpy without the -a flag.

Cheers,
        Simon

-- 
Simon Marlow                                             [EMAIL PROTECTED]
Research Assistant                          http://www.dcs.gla.ac.uk/~simonm/
finger for PGP public key

Reply via email to