stripe-scotty 1.1.0.3 → 1.1.0.4
raw patch · 3 files changed
+12/−8 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- changelog.md +6/−0
- readme.md +4/−2
- stripe-scotty.cabal +2/−6
changelog.md view
@@ -1,6 +1,12 @@ Changelog ========= +1.1.0.4 - 2024-06-26+--------------------------------------------------++Update metadata to indicate abandonment++ 1.1.0.3 - 2023-02-01 --------------------------------------------------
readme.md view
@@ -1,5 +1,7 @@-This package provides support for writing a [Stripe]-webhook server using [Scotty].+Provides support for writing a [Stripe] webhook server using [Scotty].++This package has no maintainer. Contact chris@typeclasses.com if you care+to take over. [Stripe]: https://stripe.com/
stripe-scotty.cabal view
@@ -1,18 +1,14 @@ cabal-version: 3.0 name: stripe-scotty-version: 1.1.0.3+version: 1.1.0.4 synopsis: Listen for Stripe webhook events with Scotty category: Web description: This package provides support for writing a Stripe webhook server using Scotty. -homepage: https://github.com/typeclasses/stripe-bug-reports: https://github.com/typeclasses/stripe/issues--author: Chris Martin-maintainer: Chris Martin, Julie Moronuki+author: Chris Martin copyright: 2019-2021 Mission Valley Software LLC license: MIT