replace-megaparsec 1.5.0.0 → 1.5.0.1
raw patch · 2 files changed
+1/−9 lines, 2 files
Files
- README.md +0/−8
- replace-megaparsec.cabal +1/−1
README.md view
@@ -87,14 +87,6 @@ # Usage Examples -These usage examples can be run in a live Jupyter notebook hosted-by [mybinder.org](https://mybinder.org/). Click the badge to launch:-[](https://mybinder.org/v2/gh/jamesdbrock/replace-megaparsec/master?urlpath=lab/tree/work/ReplaceMegaparsecUsage.ipynb)--Try the examples in `ghci` by-running `cabal v2-repl` in the `replace-megaparsec/`-root directory.- The examples depend on these imports. ```haskell
replace-megaparsec.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: replace-megaparsec-version: 1.5.0.0+version: 1.5.0.1 synopsis: Find, replace, split string patterns with Megaparsec parsers (instead of regex) homepage: https://github.com/jamesdbrock/replace-megaparsec bug-reports: https://github.com/jamesdbrock/replace-megaparsec/issues