picoparsec 0.1.2.2 → 0.1.2.3
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.2+version: 0.1.2.3 license: BSD3 license-file: LICENSE category: Text, Parsing@@ -108,7 +108,7 @@ build-depends: array,- attoparsec >= 0.11 && < 0.13,+ attoparsec >= 0.11 && < 0.14, base == 4.*, bytestring >= 0.10.4.0, base == 4.*,