[Haskell-cafe] Re: ANN: Parsec 3.0.0

2008-03-18 Thread Derek Elkins
On Thu, 2008-03-06 at 09:31 -0800, John MacFarlane wrote: > > * A "compatibility" Text.ParserCombinators.Parsec tree for the old > > Parsec. It's not perfect, but it should work with most Parsec 2 > > code. > > A data point: I recompiled pandoc with the new Text.ParserCombinators

[Haskell-cafe] Re: ANN: Parsec 3.0.0

2008-03-06 Thread John MacFarlane
> * A "compatibility" Text.ParserCombinators.Parsec tree for the old > Parsec. It's not perfect, but it should work with most Parsec 2 > code. A data point: I recompiled pandoc with the new Text.ParserCombinators.Parsec compatibility module, and performance is much worse than wit