stripe-scotty

Listen for Stripe webhook events with Scotty

https://github.com/typeclasses/stripe

Version on this page:1.1.0.2@rev:1
LTS Haskell 21.25:1.1.0.4
Stackage Nightly 2023-06-21:1.1.0.3
Latest on Hackage:1.1.0.4

See all snapshots stripe-scotty appears in

MIT licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:stripe-scotty-1.1.0.2@sha256:195a39fd350a07646a8f56db4afd05f5d163aea6a90b8cbbbe44dd1db8df2267,1075

Module documentation for 1.1.0.2

This package provides support for writing a Stripe webhook server using Scotty.

Changes

Changelog

1.0.0.0 - 2018-12-20

  • Initial release

1.0.0.2 - 2020-04-18

Tightened dependency version bounds

1.0.0.4 - 2020-05-20

Support GHC 8.10

1.0.0.6 - 2021-02-10

Raise bounds to allow aeson-1.5 and scotty-0.12

1.0.0.8 - 2021-03-08

No change, just fiddling with the cabal file

1.0.0.10 - 2021-06-05

Support GHC 9.0, bytestring 0.11

1.1 - 2021-06-05

Generalize ScottyM to ScottyT

1.1.0.1 - 2021-11-16

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)