stripe-signature 1.0.0.12 → 1.0.0.14
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- stripe-signature.cabal +3/−3
changelog.md view
@@ -35,3 +35,7 @@ Drop `cryptonite` and `memory` dependencies; HMAC is now done using the `cryptohash-sha256` package instead Add some tests for the `isSigValid` function++## 1.0.0.14 - 2022-01-09++Support GHC 9.2
stripe-signature.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0 name: stripe-signature-version: 1.0.0.12+version: 1.0.0.14 synopsis: Verification of Stripe webhook signatures category: Web@@ -38,7 +38,7 @@ build-depends: base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14- || ^>= 4.15+ || ^>= 4.15 || ^>= 4.16 , base16-bytestring ^>= 1.0 , bytestring ^>= 0.10 || ^>= 0.11 , cryptohash-sha256 ^>= 0.11.101@@ -54,7 +54,7 @@ build-depends: base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14- || ^>= 4.15+ || ^>= 4.15 || ^>= 4.16 , base16-bytestring ^>= 1.0 , bytestring ^>= 0.10 || ^>= 0.11 , stripe-concepts ^>= 1.0