packages feed

stripe-servant-0.2.0.0: stripe-servant.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: adffc8b9111d2ec32df38ec44a5bc1e89208a6e1f026a206b6e8916b5fc8212a

name:           stripe-servant
version:        0.2.0.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 <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.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