-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 15faf95dc4b17f2c955e679d24fce822a2ce9e5a3ebdc5fe17b1f1205b8cd508
name: google-oauth2-easy
version: 0.0.0
synopsis: Opininated use of Google Authentication for ease
description: Easy Google Authentication integration using the Authorization Code Grant and Refresh Token
category: Network
homepage: https://github.com/jxv/google-oauth2-easy#readme
bug-reports: https://github.com/jxv/google-oauth2-easy/issues
author: Joe Vargas
maintainer: Joe Vargas
license: BSD3
license-file: LICENSE.md
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/jxv/google-oauth2-easy
library
hs-source-dirs:
library
ghc-options: -Wall
build-depends:
aeson
, base >=4.7 && <5
, http-api-data
, http-client
, mtl
, servant
, servant-client
, text
, text-conversions
, unordered-containers
exposed-modules:
Google.Authentication.Easy
other-modules:
Paths_google_oauth2_easy
default-language: Haskell2010
test-suite google-oauth2-easy-test-suite
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test-suite
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
base
, google-oauth2-easy
, tasty
, tasty-hspec
other-modules:
Paths_google_oauth2_easy
default-language: Haskell2010
benchmark google-oauth2-easy-benchmarks
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
benchmark
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
base
, criterion
, google-oauth2-easy
other-modules:
Paths_google_oauth2_easy
default-language: Haskell2010