ascii-numbers 1.1.0.1 → 1.1.0.2
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~ascii-supersetPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ascii-superset
API changes (from Hackage documentation)
Files
- ascii-numbers.cabal +3/−3
- changelog.md +4/−0
ascii-numbers.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-numbers-version: 1.1.0.1+version: 1.1.0.2 synopsis: ASCII representations of numbers category: Data, Numeric, Text @@ -18,7 +18,7 @@ homepage: https://github.com/typeclasses/ascii-numbers bug-reports: https://github.com/typeclasses/ascii-numbers/issues -extra-doc-files: *.md+extra-source-files: *.md source-repository head type: git@@ -44,7 +44,7 @@ , ascii-char ^>= 1.0 , ascii-superset ^>= 1.0.1 , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17- , bytestring ^>= 0.10 || ^>= 0.11+ , bytestring ^>= 0.10.12 || ^>= 0.11 , hashable ^>= 1.3.5 || ^>= 1.4 , text ^>= 1.2.4.1 || ^>= 2.0
changelog.md view
@@ -1,3 +1,7 @@+### 1.1.0.2 (2023-01-02)++Minor Cabal correction (change `extra-doc-files` to `extra-source-files`)+ ### 1.1.0.1 (2022-12-30) Metadata changes only