packages feed

stripe-wreq 1.0.1.12 → 1.0.1.14

raw patch · 2 files changed

+11/−4 lines, 2 filesdep ~aesondep ~basedep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, base, lens

API changes (from Hackage documentation)

Files

changelog.md view
@@ -35,3 +35,11 @@ Support `aeson` 2.0, drop support for previous versions  Support `lens` 5.1++## 1.0.1.14 - 2022-03-15++Support `base` 4.16 (GHC 9.2)++Raise `base` lower bound to 4.14 (GHC 8.10)++Raise `lens` lower bound to 5.0
stripe-wreq.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0  name: stripe-wreq-version: 1.0.1.12+version: 1.0.1.14  synopsis: Use the Stripe API via Wreq category: Web@@ -39,10 +39,9 @@      build-depends:         aeson ^>= 2.0-      , base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14-          || ^>= 4.15+      , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16       , bytestring ^>= 0.10 || ^>= 0.11-      , lens >= 4.17 && < 5.2+      , lens ^>= 5.0 || ^>= 5.1       , stripe-concepts ^>= 1.0       , text ^>= 1.2       , wreq ^>= 0.5