LParse 0.1.3.0 → 0.1.3.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- LParse.cabal +1/−1
- README.md +1/−1
LParse.cabal view
@@ -1,5 +1,5 @@ name: LParse-version: 0.1.3.0+version: 0.1.3.1 synopsis: A continuation-based parser library description: A parser library using continuations with a possibility for failure to build parsers in a clear and concise manner. homepage: https://github.com/MarcusVoelker/LParse#readme
README.md view
@@ -1,4 +1,4 @@ # λParse  -A parser library using monads and arrows.+A parser library using monads and arrows. [Get it on hackage!](https://hackage.haskell.org/package/LParse)