packages feed

stripe-concepts-1.0.2.2: stripe-concepts.cabal

name: stripe-concepts
version: 1.0.2.2

synopsis: Types for the Stripe API
category: Web

description:
    This is a minimal package that just defines a common set of types
    for working with the <https://stripe.com/ Stripe> API.

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

extra-source-files:
    changelog.md

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

    exposed-modules:
        Stripe.Concepts

    build-depends:
        base >=4.10 && <4.14
      , bytestring >=0.10 && <0.11
      , text >=1.2 && <1.3