stripe-scotty 1.0.0.4 → 1.0.0.6
raw patch · 3 files changed
+8/−4 lines, 3 filesdep ~aesondep ~scottyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, scotty
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- license.txt +1/−1
- stripe-scotty.cabal +3/−3
changelog.md view
@@ -18,3 +18,7 @@ ## 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`
license.txt view
@@ -1,4 +1,4 @@-Copyright 2019 Typeclass Consulting, LLC+Copyright 2021 Mission Valley Software LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in
stripe-scotty.cabal view
@@ -1,5 +1,5 @@ name: stripe-scotty-version: 1.0.0.4+version: 1.0.0.6 synopsis: Listen for Stripe webhook events with Scotty category: Web@@ -34,11 +34,11 @@ Stripe.Scotty build-depends:- aeson >=1.4 && <1.5+ aeson >=1.4 && <1.6 , base >=4.10 && <4.15 , bytestring >=0.10 && <0.11 , http-types >=0.12 && <0.13- , scotty >=0.11 && <0.12+ , scotty >=0.11 && <0.13 , stripe-concepts >=1.0 && <1.1 , stripe-signature >=1.0 && <1.1 , text >=1.2 && <1.3