packages feed

ascii-predicates 1.0.1.3 → 1.0.1.4

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basedep ~hedgehogPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, hedgehog

API changes (from Hackage documentation)

Files

ascii-predicates.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: ascii-predicates-version: 1.0.1.3+version: 1.0.1.4 synopsis: Various categorizations of ASCII characters category: Data, Text @@ -33,7 +33,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@@ -57,4 +57,4 @@      build-depends:       , ascii-predicates-      , hedgehog ^>= 1.1.2 || ^>= 1.2+      , hedgehog ^>= 1.1.2 || ^>= 1.2 || ^>= 1.3 || ^>= 1.4
changelog.md view
@@ -1,3 +1,7 @@+### 1.0.1.4 (2025-01-20)++Version bumps+ ### 1.0.1.3 (2023-06-26)  Raise language to GHC2021