ascii 1.4.0.0 → 1.4.1.0
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~ascii-charPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ascii-char
API changes (from Hackage documentation)
Files
- ascii.cabal +2/−2
- changelog.md +6/−1
ascii.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-version: 1.4.0.0+version: 1.4.1.0 synopsis: The ASCII character set and encoding category: Data, Text @@ -29,7 +29,7 @@ default-extensions: NoImplicitPrelude build-depends: ascii-caseless == 0.0.0.*- , ascii-char == 1.0.0.*+ , ascii-char == 1.0.1.* , ascii-group == 1.0.0.* , ascii-case == 1.0.1.* , ascii-numbers == 1.1.0.*
changelog.md view
@@ -1,4 +1,9 @@-### 1.4.0.0+### 1.4.1.0 (2023-01-05)++Raise `ascii-char` version to `1.0.1`. This adds `Word8` conversions to the+`ASCII.Char` module.++### 1.4.0.0 (2023-01-03) Additions to the `ASCII` module: `disregardCase`, `ASCII'case`, `ASCII'upper`, `ASCII'lower`, `KnownCase (..)`, `refineCharToCase`, `refineStringToCase`