ascii 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.cabal +2/−2
- changelog.txt +2/−0
ascii.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: ascii-version: 1.0.1.0+version: 1.0.1.2 synopsis: The ASCII character set and encoding category: Data, Text @@ -32,7 +32,7 @@ ghc-options: -Wall build-depends: base >= 4.11 && < 4.15- build-depends: bytestring ^>= 0.10+ build-depends: bytestring ^>= 0.10 || ^>= 0.11 build-depends: text ^>= 1.2 exposed-modules: ASCII
changelog.txt view
@@ -13,3 +13,5 @@ - convertCharOrFail - convertStringMaybe - convertStringOrFail++1.0.1.2 - 2021-02-09 - Support bytestring-0.11