packages feed

stripe-concepts 1.0.3.3 → 1.0.3.4

raw patch · 2 files changed

+10/−4 lines, 2 filesdep ~basedep ~bytestringdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, bytestring, text

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,6 +1,12 @@ Changelog ========= +1.0.3.4 - 2024-04-30+--------------------------------------------------++Support GHC 9.8, `bytestring-0.12`, `text-2.1`++ 1.0.3.3 - 2023-06-26 -------------------------------------------------- 
stripe-concepts.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: stripe-concepts-version: 1.0.3.3+version: 1.0.3.4 synopsis: Types for the Stripe API category: Web @@ -30,6 +30,6 @@         Stripe.Concepts      build-depends:-      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18-      , bytestring ^>= 0.11-      , text ^>= 1.2.5 || ^>= 2.0+      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19+      , bytestring ^>= 0.11 || ^>= 0.12+      , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1