stripe-wreq 1.0.1.16 → 1.0.1.17
raw patch · 2 files changed
+11/−5 lines, 2 filesdep ~aesondep ~basedep ~bytestringPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: aeson, base, bytestring, text
API changes (from Hackage documentation)
- Stripe.Wreq: data FormParam
+ Stripe.Wreq: data () => FormParam
- Stripe.Wreq: data Session
+ Stripe.Wreq: data () => Session
Files
- changelog.md +6/−0
- stripe-wreq.cabal +5/−5
changelog.md view
@@ -1,6 +1,12 @@ Changelog ========= +1.0.1.17 - 2024-04-30+--------------------------------------------------++Support GHC 9.8, `aeson-2.2`, `bytestring-0.12`, `text-2.1`++ 1.0.1.16 - 2023-06-26 --------------------------------------------------
stripe-wreq.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: stripe-wreq-version: 1.0.1.16+version: 1.0.1.17 synopsis: Use the Stripe API via Wreq category: Web @@ -32,10 +32,10 @@ Stripe.Wreq build-depends:- , aeson ^>= 2.0.3 || ^>= 2.1- , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18- , bytestring ^>= 0.11+ , aeson ^>= 2.0.3 || ^>= 2.1 || ^>= 2.2+ , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19+ , bytestring ^>= 0.11 || ^>= 0.12 , lens ^>= 5.0.1 || ^>= 5.1 || ^>= 5.2 , stripe-concepts ^>= 1.0.3- , text ^>= 1.2.5 || ^>= 2.0+ , text ^>= 1.2.5 || ^>= 2.0 || ^>= 2.1 , wreq ^>= 0.5.3