[Haskell-cafe] megaparsec 6 migration

☂Josh Chia (謝任中) joshchia at gmail.com
Fri Aug 25 03:26:22 UTC 2017


I'm trying to migrate my codebase from megaparsec 5 to megaparsec 6.

There appears to be major changes. For example,
Text.Megaparsec.String.Parser & Text.Megaparsec.Error.Dec have both
disappeared.

I'm sure I could slowly plod through the new documentation, figure out the
types and figure out how to migrate the code on my own, but examples &
tutorials would be more time-efficient.

Are there examples or tutorials compatible with megaparsec 6? For a start,
what should I do with the above two things that have 'disappeared'? What do
I replace them with?

Josh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20170825/c1b1c1ae/attachment.html>


More information about the Haskell-Cafe mailing list