ascii-case 1.0.1.3 → 1.0.1.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ascii-case.cabal +2/−2
- changelog.md +4/−0
ascii-case.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-case-version: 1.0.1.3+version: 1.0.1.4 synopsis: ASCII letter case category: Data, Text @@ -37,7 +37,7 @@ build-depends: , 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,7 @@+### 1.0.1.4 (2025-01-20)++Version bumps+ ### 1.0.1.3 (2023-06-21) Dropped support for GHC 9.0 (base 4.15)