> * 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 with parsec 2.1 (approximately twice as slow on my standard benchmark). That aside, this is a very welcome release! John _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
