lexer-applicative 2.1 → 2.1.0.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
- README.md +1/−1
- lexer-applicative.cabal +1/−1
README.md view
@@ -2,5 +2,5 @@ [Lexical analysis with parser combinators][1] and the [regex-applicative][2] library. -[1]: https://ro-che.info/articles/2015-01-02-lexical-analysis>+[1]: https://ro-che.info/articles/2015-01-02-lexical-analysis [2]: http://hackage.haskell.org/package/regex-applicative-0.3.1/docs/Text-Regex-Applicative.html
lexer-applicative.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: lexer-applicative-version: 2.1+version: 2.1.0.1 synopsis: Simple lexer based on applicative regular expressions description: Simple lexer based on applicative regular expressions homepage: https://github.com/feuerbach/lexer-applicative