stripe-hs-0.1.2.0: stripe-hs.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 17b2ceab62158580838655099f2170895429f74c64b322b3eb2f98f12f7571ea
name: stripe-hs
version: 0.1.2.0
synopsis: Unofficial Stripe client
description: Unofficial Stripe client
category: Web
homepage: https://github.com/agrafix/stripe-hs#readme
bug-reports: https://github.com/agrafix/stripe-hs/issues
author: Alexander Thiemann <mail@thiemann.at>
maintainer: Alexander Thiemann <mail@thiemann.at>
copyright: 2020 Alexander Thiemann <mail@thiemann.at>
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
source-repository head
type: git
location: https://github.com/agrafix/stripe-hs
library
exposed-modules:
Stripe.Client
Stripe.Webhook.Verify
other-modules:
Paths_stripe_hs
hs-source-dirs:
src
default-extensions: OverloadedStrings DataKinds TypeOperators TypeFamilies GADTs FlexibleInstances FlexibleContexts MultiParamTypeClasses StrictData ScopedTypeVariables DeriveGeneric DeriveFunctor
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, casing
, cpphs
, cryptonite
, http-client
, memory
, safe
, servant
, servant-client
, stripe-servant
, text
, time
default-language: Haskell2010
test-suite stripe-hs-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_stripe_hs
hs-source-dirs:
test
default-extensions: OverloadedStrings DataKinds TypeOperators TypeFamilies GADTs FlexibleInstances FlexibleContexts MultiParamTypeClasses StrictData ScopedTypeVariables DeriveGeneric DeriveFunctor
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, base >=4.7 && <5
, bytestring
, casing
, cpphs
, cryptonite
, hspec
, http-client
, http-client-tls
, memory
, safe
, servant
, servant-client
, stripe-hs
, stripe-servant
, text
, time
, timespan
, vector
default-language: Haskell2010