ascii-th 1.2.0.1 → 1.2.0.2
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~basedep ~bytestringdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring, template-haskell, text
API changes (from Hackage documentation)
Files
- ascii-th.cabal +5/−5
- changelog.md +4/−0
ascii-th.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: ascii-th-version: 1.2.0.1+version: 1.2.0.2 synopsis: Template Haskell support for ASCII category: Data, Text @@ -39,13 +39,13 @@ , ascii-caseless ^>= 0.0 , ascii-char ^>= 1.0.1 , ascii-superset ^>= 1.3.0- , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18+ , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 library import: base hs-source-dirs: library build-depends:- , template-haskell ^>= 2.18 || ^>= 2.19 || ^>= 2.20+ , template-haskell ^>= 2.18 || ^>= 2.19 || ^>= 2.20 || ^>= 2.21 exposed-modules: ASCII.TemplateHaskell ASCII.QuasiQuoters@@ -58,6 +58,6 @@ main-is: Main.hs build-depends: , ascii-th- , bytestring ^>= 0.11.4 || ^>= 0.11+ , bytestring ^>= 0.11.4 || ^>= 0.11 || ^>= 0.12 , hspec ^>= 2.9.7 || ^>= 2.10 || ^>= 2.11- , text ^>= 1.2.5 || ^>= 2.0+ , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1
changelog.md view
@@ -1,3 +1,7 @@+### 1.2.0.2 (2025-01-20)++Version bumps+ ### 1.2.0.1 (2023-06-26) Raise language to GHC2021