ascii-superset 1.0.1.14 → 1.0.1.15
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- ascii-superset.cabal +3/−3
- changelog.md +4/−0
ascii-superset.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-superset-version: 1.0.1.14+version: 1.0.1.15 synopsis: Representing ASCII with refined supersets category: Data, Text @@ -23,7 +23,7 @@ homepage: https://github.com/typeclasses/ascii-superset bug-reports: https://github.com/typeclasses/ascii-superset/issues -extra-doc-files: *.md+extra-source-files: *.md source-repository head type: git@@ -39,7 +39,7 @@ build-depends: ascii-char ^>= 1.0 , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17- , text ^>= 1.2.4.1 || ^>= 2.0+ , text ^>= 1.2.4 || ^>= 2.0 library import: base
changelog.md view
@@ -1,3 +1,7 @@+### 1.0.1.15 (2022-01-02)++Minor Cabal correction (change `extra-doc-files` to `extra-source-files`)+ ### 1.0.1.14 (2022-12-30) Metadata changes only