picoparsec 0.1.2 → 0.1.2.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- picoparsec.cabal +2/−2
picoparsec.cabal view
@@ -1,5 +1,5 @@ name: picoparsec-version: 0.1.2+version: 0.1.2.1 license: BSD3 license-file: LICENSE category: Text, Parsing@@ -115,7 +115,7 @@ build-depends: array,- attoparsec == 0.11.*,+ attoparsec >= 0.11 && < 0.13, base == 4.*, bytestring >= 0.10.4.0, base == 4.*,