Parsec: GHC /= Hugs?

Ross Paterson ross@soi.city.ac.uk
Wed, 5 Mar 2003 13:02:40 +0000


On Tue, Mar 04, 2003 at 04:00:53PM +0100, Markus.Schnell@infineon.com wrote:
> My program has a different behaviour under hugs and ghc.
> 
> I wrote a very simple parser with Parsec and it parses a file quite easily -
> as long as
> I use hugs to run it. But when I compile it with ghc, the parse fails.
> (I'm currently working on WinNT with cygwin).
> 
> Something else, but related: how do I avoid writing different Code for Hugs
> and ghc?

Try the November release of Hugs with the +N option.