stripe-signature 1.0.0.4 → 1.0.0.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~cryptonitePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cryptonite
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- stripe-signature.cabal +2/−2
changelog.md view
@@ -15,3 +15,7 @@ ## 1.0.0.4 - 2020-05-20 Support GHC 8.10++## 1.0.0.6 - 2020-09-02++Support cryptonite 0.27
stripe-signature.cabal view
@@ -1,5 +1,5 @@ name: stripe-signature-version: 1.0.0.4+version: 1.0.0.6 synopsis: Verification of Stripe webhook signatures category: Web@@ -39,7 +39,7 @@ base >=4.10 && <4.15 , base16-bytestring >= 0.1 && <0.2 , bytestring >=0.10 && <0.11- , cryptonite >=0.25 && <0.27+ , cryptonite >=0.25 && <0.28 , memory >=0.14 && <0.16 , stripe-concepts >=1.0 && <1.1 , text >=1.2 && <1.3