packages feed

stripe-scotty 1.1.0.1 → 1.1.0.2

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~aesondep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, base

API changes (from Hackage documentation)

Files

changelog.md view
@@ -33,3 +33,9 @@ Support `aeson` 2.0, drop support for previous versions  Drop support for `scotty` 0.11. Now 0.12 is required.++## 1.1.0.2 - 2022-03-15++Support `base` 4.16 (GHC 9.2)++Raise `base` lower bound to 4.14 (GHC 8.10)
stripe-scotty.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.0  name: stripe-scotty-version: 1.1.0.1+version: 1.1.0.2  synopsis: Listen for Stripe webhook events with Scotty category: Web@@ -35,8 +35,7 @@      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       , http-types ^>= 0.12       , scotty ^>= 0.12