packages feed

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 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  ![Travis-CI](https://travis-ci.org/MarcusVoelker/LParse.svg?branch=master) -A parser library using monads and arrows.+A parser library using monads and arrows. [Get it on hackage!](https://hackage.haskell.org/package/LParse)