replace-megaparsec 1.1.2.0 → 1.1.3.0
raw patch · 2 files changed
+8/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +5/−0
- replace-megaparsec.cabal +3/−4
README.md view
@@ -29,6 +29,11 @@ or [`awk`](https://www.gnu.org/software/gawk/manual/gawk.html). +See [__replace-attoparsec__](https://hackage.haskell.org/package/replace-attoparsec)+for the+[__attoparsec__](http://hackage.haskell.org/package/attoparsec)+version.+ ## Why would we want to do pattern matching and substitution with parsers instead of regular expressions? * Haskell parsers have a nicer syntax than
replace-megaparsec.cabal view
@@ -1,7 +1,7 @@ name: replace-megaparsec-version: 1.1.2.0+version: 1.1.3.0 cabal-version: 1.18-synopsis: Stream editing with parsers+synopsis: Stream edit, find-and-replace with Megaparsec parsers homepage: https://github.com/jamesdbrock/replace-megaparsec bug-reports: https://github.com/jamesdbrock/replace-megaparsec/issues license: BSD2@@ -12,8 +12,7 @@ category: Parsing description: - Stream editing and find-and-replace with Megaparsec monadic parser- combinators.+ Stream editing and find-and-replace with Megaparsec monadic parsers. extra-doc-files: README.md , CHANGELOG.md