packages feed

stripe-wreq-1.0.1.14: stripe-wreq.cabal

cabal-version: 2.0

name: stripe-wreq
version: 1.0.1.14

synopsis: Use the Stripe API via Wreq
category: Web

description:
    This package helps you make requests to the
    <https://stripe.com/ Stripe> API in conjunction with
    the <https://hackage.haskell.org/package/wreq wreq> package.
    This is a minimal library that makes no attempt obscure
    either its underpinnings in Wreq or any of the details of the
    Stripe API. Responses are returned as
    <https://hackage.haskell.org/package/aeson aeson> values.

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.Wreq

    build-depends:
        aeson ^>= 2.0
      , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16
      , bytestring ^>= 0.10 || ^>= 0.11
      , lens ^>= 5.0 || ^>= 5.1
      , stripe-concepts ^>= 1.0
      , text ^>= 1.2
      , wreq ^>= 0.5