ascii 1.4.1.1 → 1.4.2.0
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~ascii-supersetPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ascii-superset
API changes (from Hackage documentation)
Files
- ascii.cabal +2/−2
- changelog.md +6/−0
ascii.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-version: 1.4.1.1+version: 1.4.2.0 synopsis: The ASCII character set and encoding category: Data, Text @@ -34,7 +34,7 @@ , ascii-case == 1.0.1.* , ascii-numbers == 1.1.0.* , ascii-predicates == 1.0.1.*- , ascii-superset == 1.2.0.*+ , ascii-superset == 1.2.4.* , ascii-th == 1.1.1.* , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 , bytestring ^>= 0.10.12 || ^>= 0.11
changelog.md view
@@ -1,3 +1,9 @@+### 1.4.2.0 (2023-01-05)++Raise `ascii-superset` version from `1.2.0` to `1.2.4`. This adds classes+`ToCasefulChar` and `ToCasefulString` to the `ASCII.Superset` module. It also+adds some instances for the various other superset classes.+ ### 1.4.1.1 (2023-01-05) Change test suite from `hedgehog` to `hspec`