attoparsec-expr 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- attoparsec-expr.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+#### 0.1.1.2++* Allow `attoparsec 0.13.*`+ #### 0.1.1.1 * Allow `attoparsec == 0.12.*`
attoparsec-expr.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-expr-version: 0.1.1.1+version: 0.1.1.2 description: Port of parsec's expression parser to attoparsec. synopsis: Port of parsec's expression parser to attoparsec. category: Text, Parsing@@ -25,4 +25,4 @@ exposed-modules: Data.Attoparsec.Expr Build-Depends: base == 4.*- , attoparsec >= 0.10 && < 0.13+ , attoparsec >= 0.10 && < 0.14