Simon,
Cheers. i solved the problem before i saw your email. The Happy i got was a result of invoking
port install happy
What's the drift between macports and happy versions? Is there a way of using Happy without being on or even near the cutting edge of development?
Best wishes,
--greg
Greg Meredith wrote:
> Haskellians,
>
> The code pasted in below causes Happy to return parE when invoked with
> happy rparse.y -i . Is there anyway to get Happy to give me just a wee
> bit more info as to what might be causing the parE (which i interpret a
> 'parse error').
Please grab a more recent version of Happy from darcs:
http://darcs.haskell.org/happy
the parE thing was a bug in the error handling introduced in the last
release. You'll need Cabal-1.2 in order to build the latest Happy.
Cheers,
Simon