-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 852a652d4f3bb87da7dfb8fa221c883c79eb107343b11697153df9a85febd341 name: google-server-api version: 0.3.1.1 synopsis: Google APIs for server to server applications description: This library provides a way to use Google API for server to server applications. category: Web homepage: https://github.com/arowM/haskell-google-server-api#readme bug-reports: https://github.com/arowM/haskell-google-server-api/issues author: Kadzuya Okamoto maintainer: arow.okamoto+github@gmail.com copyright: 2018 Kadzuya Okamoto license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/arowM/haskell-google-server-api library exposed-modules: Google.Client Google.Form Google.JWT Google.Response other-modules: Paths_google_server_api hs-source-dirs: src default-extensions: AutoDeriveTypeable BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse DuplicateRecordFields EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MonadFailDesugaring MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving Strict StrictData TupleSections TypeFamilies TypeSynonymInstances ViewPatterns ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints build-depends: HsOpenSSL >=0.11.4.13 , RSA >=2.3.0 , aeson >=1.2.4.0 , aeson-casing >=0.1.0.5 , base >=4.9 && <5 , base64-bytestring >=1.0.0.1 , bytestring >=0.10.8.2 , http-api-data >=0.3.7.2 , http-client >=0.5.10 , http-client-tls >=0.3.5.3 , mime-mail >=0.4.14 , monad-control >=1.0.2.3 , monad-logger >=0.3.28.1 , mtl >=2.2.2 , servant >=0.13 , servant-client >=0.13 , text >=1.2.3.0 , time >=1.8.0.2 , transformers >=0.5.2.0 , transformers-base >=0.4.4 , unix-time >=0.3.8 , unordered-containers >=0.2.9.0 , wai >=3.2.1.1 , wai-extra >=3.0.22.0 , warp >=3.2.18.1 default-language: Haskell2010