packages feed

ascii-predicates 1.0.1.1 → 1.0.1.2

raw patch · 2 files changed

+6/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

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.1+version: 1.0.1.2 synopsis: Various categorizations of ASCII characters category: Data, Text @@ -18,7 +18,7 @@ homepage: https://github.com/typeclasses/ascii-predicates bug-reports: https://github.com/typeclasses/ascii-predicates/issues -extra-doc-files: *.md+extra-source-files: *.md  source-repository head     type: git
changelog.md view
@@ -1,3 +1,7 @@+### 1.0.1.2 (2023-01-02)++Minor Cabal correction (change `extra-doc-files` to `extra-source-files`)+ ### 1.0.1.1 (2022-12-30)  Metadata changes only