Cabal revisions of stripe-scotty-1.1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 2.0--name: stripe-scotty-version: 1.1.0.2--synopsis: Listen for Stripe webhook events with Scotty-category: Web--description:- This package provides support for writing a- <https://stripe.com/ Stripe> webhook server using- <https://hackage.haskell.org/package/scotty Scotty>.--homepage: https://github.com/typeclasses/stripe-bug-reports: https://github.com/typeclasses/stripe/issues--author: Chris Martin-maintainer: Chris Martin, Julie Moronuki--copyright: 2019-2021 Mission Valley Software LLC-license: MIT-license-file: license.txt--build-type: Simple--extra-source-files:- changelog.md--library- hs-source-dirs: library- default-language: Haskell2010-- exposed-modules:- Stripe.Scotty-- build-depends:- aeson ^>= 2.0- , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16- , bytestring ^>= 0.10 || ^>= 0.11- , http-types ^>= 0.12- , scotty ^>= 0.12- , stripe-concepts ^>= 1.0- , stripe-signature ^>= 1.0- , text ^>= 1.2+cabal-version: 2.0 + +name: stripe-scotty +version: 1.1.0.2 +x-revision: 1 + +synopsis: Listen for Stripe webhook events with Scotty +category: Web + +description: + This package provides support for writing a + <https://stripe.com/ Stripe> webhook server using + <https://hackage.haskell.org/package/scotty Scotty>. + +homepage: https://github.com/typeclasses/stripe +bug-reports: https://github.com/typeclasses/stripe/issues + +author: Chris Martin +maintainer: Chris Martin, Julie Moronuki + +copyright: 2019-2021 Mission Valley Software LLC +license: MIT +license-file: license.txt + +build-type: Simple + +extra-source-files: + changelog.md + +library + hs-source-dirs: library + default-language: Haskell2010 + + exposed-modules: + Stripe.Scotty + + build-depends: + aeson ^>= 2.0 || ^>= 2.1 + , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 + , bytestring ^>= 0.10 || ^>= 0.11 + , http-types ^>= 0.12 + , scotty ^>= 0.12 + , stripe-concepts ^>= 1.0 + , stripe-signature ^>= 1.0 + , text ^>= 1.2