packages feed

ascii-th 1.0.0.12 → 1.0.0.13

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-th.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: ascii-th-version: 1.0.0.12+version: 1.0.0.13 synopsis: Template Haskell support for ASCII category: Data, Text @@ -18,7 +18,7 @@ homepage: https://github.com/typeclasses/ascii-th bug-reports: https://github.com/typeclasses/ascii-th/issues -extra-doc-files: *.md+extra-source-files: *.md  source-repository head     type: git@@ -64,4 +64,4 @@         ascii-th       , bytestring ^>= 0.10.12 || ^>= 0.11       , hedgehog ^>= 1.0.5 || ^>= 1.1 || ^>= 1.2-      , text ^>= 1.2.4.1 || ^>= 2.0+      , text ^>= 1.2.4 || ^>= 2.0
changelog.md view
@@ -1,3 +1,7 @@+### 1.0.0.13 (2023-01-02)++Minor Cabal correction (change `extra-doc-files` to `extra-source-files`)+ ### 1.0.0.12 (2022-12-30)  Metadata changes only