packages feed

ascii-superset 1.0.1.0 → 1.0.1.2

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

Files

ascii-superset.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0  name: ascii-superset-version: 1.0.1.0+version: 1.0.1.2 synopsis: Representing ASCII with refined supersets category: Data, Text @@ -39,7 +39,7 @@     build-depends: ascii-char ^>= 1.0      build-depends: base       >= 4.11 && < 4.15-    build-depends: bytestring ^>= 0.10+    build-depends: bytestring ^>= 0.10 || ^>= 0.11     build-depends: hashable   >= 1.2  && < 1.4     build-depends: text       ^>= 1.2 
changelog.txt view
@@ -11,3 +11,5 @@         - convertCharOrFail         - convertStringMaybe         - convertStringOrFail++1.0.1.2 - 2021-02-09 - Support bytestring-0.11