cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack -- -- hash: f41e3124a968ee1a315af4f3f27173d8f4c4f1ca22042adb63ac099139de155b name: stripe-servant version: 0.3.1.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-2022 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