name: stripe-wreq version: 1.0.0.0 synopsis: Use the Stripe API via Wreq category: Web description: This package helps you make requests to the API in conjunction with the 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 values. homepage: https://github.com/typeclasses/stripe bug-reports: https://github.com/typeclasses/stripe/issues author: Chris Martin maintainer: Chris Martin, Julie Moronuki copyright: 2018 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.3, GHC==8.6.1 extra-source-files: changelog.md library hs-source-dirs: library default-language: Haskell2010 exposed-modules: Stripe.Wreq build-depends: aeson , base >=4.10 && <5 , bytestring , lens , stripe-concepts , text , unordered-containers , wreq