packages feed

attoparsec-data 1.0.5 → 1.0.5.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

attoparsec-data.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-data-version: 1.0.5+version: 1.0.5.1 category: Parsing synopsis: Parsers for the standard Haskell data types homepage: https://github.com/nikita-volkov/attoparsec-data@@ -27,7 +27,7 @@     attoparsec ==0.13.*,     attoparsec-time >=1 && <1.1,     base >=4.11 && <5,-    bytestring >=0.10 && <0.11,+    bytestring >=0.10 && <0.12,     scientific >=0.2 && <0.4,     text >=1 && <2,     time >=1.4 && <2,