name: google-oauth2-jwt version: 0.1.1.0 synopsis: Get a signed JWT for Google Service Accounts description: Please see README.md homepage: https://github.com/MichelBoucey/google-oauth2-jwt license: BSD3 license-file: LICENSE author: Michel Boucey maintainer: michel.boucey@gmail.com copyright: Copyright (c) 2016 - Michel Boucey category: Google build-type: Simple -- extra-source-files: cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Network.Google.OAuth2.JWT build-depends: base >= 4.7 && < 5 , base64-bytestring , bytestring , HsOpenSSL , RSA , text , unix-time default-language: Haskell2010 GHC-options: -Wall source-repository head type: git location: https://github.com/MichelBoucey/google-oauth2-jwt