parsec v3.1.12.0 Release Notes

Release Date: 2018-02-03 // about 6 years ago
    • ๐Ÿ‘Œ Support limited to GHC 7.0 & GHC 7.2 only

    • โž• Add MonadFail instance for ParsecT

    • โž• Add Semigroup/Monoid instances for ParsecT (#80,#82)

    • ๐Ÿ›  Fix space leak in Applicative/Monad interface (#37)

    • โž• Add parserTrace and parserTraced combinators for debugging.