Cabal-version: 2.4 Name: hoauth2 -- http://wiki.haskell.org/Package_versioning_policy Version: 2.4.0 Synopsis: Haskell OAuth2 authentication client Description: Haskell OAuth2 authentication client. Tested with the following services: . * AzureAD: . * Google: . * Github: . * Facebook: . * Fitbit: . * StackExchange: . * DropBox: . * Weibo: . * Douban: Homepage: https://github.com/freizl/hoauth2 License: BSD-3-Clause License-file: LICENSE Author: Haisheng Wu Maintainer: Haisheng Wu Copyright: Haisheng Wu Category: Network Build-type: Simple Stability: Beta Tested-With: GHC <= 8.10.7 Extra-source-files: README.org Source-Repository head Type: git Location: git://github.com/freizl/hoauth2.git Library hs-source-dirs: src default-language: Haskell2010 Exposed-modules: Network.OAuth.OAuth2.HttpClient Network.OAuth.OAuth2.Internal Network.OAuth.OAuth2 Network.OAuth.OAuth2.TokenRequest Network.OAuth.OAuth2.AuthorizationRequest Build-Depends: base >= 4 && < 5, data-default >= 0.7 && < 0.8, binary >= 0.8 && < 0.9, containers >= 0.6 && < 0.7, text >= 0.11 && < 1.3, bytestring >= 0.9 && < 0.12, http-conduit >= 2.1 && < 2.4, http-types >= 0.11 && < 0.13, aeson >= 2.0 && < 2.1, transformers >= 0.5 && < 0.6, uri-bytestring >= 0.2.3 && < 0.4, uri-bytestring-aeson >= 0.1 && < 0.2, microlens >= 0.4.0 && < 0.5, exceptions >= 0.8.3 && < 0.11 ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -fno-warn-unused-do-bind -Wunused-packages