ascii-th 1.0.0.6 → 1.0.0.8
raw patch · 2 files changed
+4/−3 lines, 2 filesdep ~basedep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, template-haskell
API changes (from Hackage documentation)
Files
- ascii-th.cabal +3/−3
- changelog.txt +1/−0
ascii-th.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: ascii-th-version: 1.0.0.6+version: 1.0.0.8 synopsis: Template Haskell support for ASCII category: Data, Text @@ -36,8 +36,8 @@ build-depends: ascii-char ^>= 1.0 build-depends: ascii-superset ^>= 1.0 - build-depends: base >= 4.11 && < 4.16- build-depends: template-haskell >= 2.13 && < 2.18+ build-depends: base >= 4.11 && < 4.17+ build-depends: template-haskell >= 2.13 && < 2.19 exposed-modules: ASCII.TemplateHaskell exposed-modules: ASCII.QuasiQuoters
changelog.txt view
@@ -2,3 +2,4 @@ 1.0.0.2 - 2020-05-18 - Support GHC 8.10 1.0.0.4 - 2021-02-10 - Support GHC 9.0 1.0.0.6 - 2021-09-26 - Add a test suite+1.0.0.8 - 2022-01-09 - Support GHC 9.2