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: 6c6d2085e603c008220a7e185cdf437054c71366aeb211282823d3b7e59e71eb name: stripe-servant version: 0.1.2.0 synopsis: Unofficial Stripe servant types description: Unofficial description of the Stripe API using servant types category: Web homepage: https://github.com/agrafix/stripe-hs#readme bug-reports: https://github.com/agrafix/stripe-hs/issues author: Alexander Thiemann maintainer: Alexander Thiemann copyright: 2020 Alexander Thiemann 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.Api Stripe.Resources Stripe.Util.Aeson other-modules: Paths_stripe_servant 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 , casing , http-api-data , servant , text , time , unordered-containers , vector default-language: Haskell2010