packages feed

stripe-signature 1.0.0.16 → 1.0.0.17

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.0.17 - 2024-04-30+--------------------------------------------------++Support GHC 9.8, `bytestring-0.12`, `text-2.1`++ 1.0.0.16 - 2023-06-26 -------------------------------------------------- 
stripe-signature.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0  name: stripe-signature-version: 1.0.0.16+version: 1.0.0.17 synopsis: Verification of Stripe webhook signatures category: Web @@ -27,12 +27,12 @@     default-language: GHC2021     ghc-options: -Wall     build-depends:-      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18+      , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19       , base16-bytestring ^>= 1.0.2-      , bytestring ^>= 0.11+      , bytestring ^>= 0.11 || ^>= 0.12       , cryptohash-sha256 ^>= 0.11.102       , stripe-concepts ^>= 1.0.3-      , text ^>= 1.2.5 || ^>= 2.0+      , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1  library     import: base