ascii-caseless 0.0.0.1 → 0.0.0.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ascii-caseless.cabal +2/−2
- changelog.md +3/−0
ascii-caseless.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-caseless-version: 0.0.0.1+version: 0.0.0.2 synopsis: ASCII character without an upper/lower case distinction category: Data, Text @@ -37,7 +37,7 @@ build-depends: , ascii-case ^>= 1.0.1 , ascii-char ^>= 1.0- , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18+ , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 library import: base
changelog.md view
@@ -1,3 +1,6 @@++0.0.0.2 - 2025-01-20 - Version bumps+ 0.0.0.1 - 2023-06-21 - Support GHC range 9.2 to 9.6 0.0.0.0 - 2022-12-27 - Initial release