-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: a8210f3cdc16ee63542ebfbc6b0d085387f5a259853791163818eec24fe4224f name: google-oauth2 version: 0.3.0.0 synopsis: Google OAuth2 token negotiation description: See https://github.com/pbrisbin/google-oauth2#readme homepage: https://github.com/pbrisbin/google-oauth2#readme bug-reports: https://github.com/pbrisbin/google-oauth2/issues author: Pat Brisbin maintainer: Pat Brisbin license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 source-repository head type: git location: https://github.com/pbrisbin/google-oauth2 library hs-source-dirs: src ghc-options: -Wall -Wall build-depends: base >=4 && <5 , bytestring , hoauth2 , http-client-tls , safe-exceptions , text , transformers , uri-bytestring exposed-modules: Network.Google.OAuth2 other-modules: Paths_google_oauth2 default-language: Haskell2010 test-suite spec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: test ghc-options: -Wall -Wall build-depends: base >=4 && <5 , bytestring , google-oauth2 , hoauth2 , hspec , http-conduit , load-env , text other-modules: Network.Google.OAuth2Spec Paths_google_oauth2 default-language: Haskell2010