On Tue, Mar 04, 2003 at 04:00:53PM +0100, [EMAIL PROTECTED] 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. _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell