packages feed

stripe-scotty-1.0.0.4: stripe-scotty.cabal

name: stripe-scotty
version: 1.0.0.4

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 Typeclass Consulting, LLC
license: MIT
license-file: license.txt

build-type: Simple
cabal-version: >=1.10
tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1, GHC==8.10.1

extra-source-files:
    changelog.md

library
    hs-source-dirs: library
    default-language: Haskell2010

    exposed-modules:
        Stripe.Scotty

    build-depends:
        aeson >=1.4 && <1.5
      , base >=4.10 && <4.15
      , bytestring >=0.10 && <0.11
      , http-types >=0.12 && <0.13
      , scotty >=0.11 && <0.12
      , stripe-concepts >=1.0 && <1.1
      , stripe-signature >=1.0 && <1.1
      , text >=1.2 && <1.3
      , unordered-containers >=0.2 && <0.3