attoparsec-text 0.8.5.0 → 0.8.5.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~attoparsecnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- attoparsec-text.cabal +2/−2
attoparsec-text.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-text-version: 0.8.5.0+version: 0.8.5.1 license: BSD3 license-file: LICENSE category: Text, Parsing@@ -59,7 +59,7 @@ library build-depends: base >= 3 && < 5,- attoparsec >= 0.7 && < 0.9,+ attoparsec >= 0.7 && < 0.10, text >= 0.10 && < 0.12, containers >= 0.1.0.1 && < 0.5, array >= 0.1 && < 0.4