Skip to content

Commit

Permalink
Update from Hackage at 2020-08-20T16:19:23Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 20, 2020
1 parent ead1bd9 commit d0f6f21
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 0 deletions.
117 changes: 117 additions & 0 deletions yesod-auth-oauth2/0.6.1.3/yesod-auth-oauth2.cabal
@@ -0,0 +1,117 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a7a343fd632bb3c2411438ac0220b2a3c5071b5d28da37e807beedbcac6eca1f

name: yesod-auth-oauth2
version: 0.6.1.3
synopsis: OAuth 2.0 authentication plugins
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
category: Web
homepage: http://github.com/thoughtbot/yesod-auth-oauth2
bug-reports: https://github.com/thoughtbot/yesod-auth-oauth2/issues
author: Tom Streller
maintainer: Pat Brisbin <pbrisbin@gmail.com>
license: MIT
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md

source-repository head
type: git
location: https://github.com/thoughtbot/yesod-auth-oauth2

flag example
description: Build the example application
manual: False
default: False

library
exposed-modules:
URI.ByteString.Extension
Yesod.Auth.OAuth2
Yesod.Auth.OAuth2.AzureAD
Yesod.Auth.OAuth2.BattleNet
Yesod.Auth.OAuth2.Bitbucket
Yesod.Auth.OAuth2.Dispatch
Yesod.Auth.OAuth2.ErrorResponse
Yesod.Auth.OAuth2.EveOnline
Yesod.Auth.OAuth2.Exception
Yesod.Auth.OAuth2.GitHub
Yesod.Auth.OAuth2.GitLab
Yesod.Auth.OAuth2.Google
Yesod.Auth.OAuth2.Nylas
Yesod.Auth.OAuth2.Prelude
Yesod.Auth.OAuth2.Salesforce
Yesod.Auth.OAuth2.Slack
Yesod.Auth.OAuth2.Spotify
Yesod.Auth.OAuth2.Upcase
Yesod.Auth.OAuth2.WordPressDotCom
other-modules:
Paths_yesod_auth_oauth2
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson >=0.6 && <1.6
, base >=4.9.0.0 && <5
, bytestring >=0.9.1.4
, cryptonite
, errors
, hoauth2 >=1.7.0 && <1.15
, http-client >=0.4.0 && <0.7
, http-conduit >=2.0 && <3.0
, http-types >=0.8 && <0.13
, memory
, microlens
, safe-exceptions
, text >=0.7 && <2.0
, uri-bytestring
, yesod-auth >=1.6.0 && <1.7
, yesod-core >=1.6.0 && <1.7
default-language: Haskell2010

executable yesod-auth-oauth2-example
main-is: Main.hs
other-modules:
Paths_yesod_auth_oauth2
hs-source-dirs:
example
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
aeson
, aeson-pretty
, base >=4.9.0.0 && <5
, bytestring
, containers
, http-conduit
, load-env
, text
, warp
, yesod
, yesod-auth
, yesod-auth-oauth2
if !(flag(example))
buildable: False
default-language: Haskell2010

test-suite test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
URI.ByteString.ExtensionSpec
Paths_yesod_auth_oauth2
hs-source-dirs:
test
ghc-options: -Wall
build-depends:
base >=4.9.0.0 && <5
, hspec
, uri-bytestring
, yesod-auth-oauth2
default-language: Haskell2010
1 change: 1 addition & 0 deletions yesod-auth-oauth2/0.6.1.3/yesod-auth-oauth2.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"4f7aff24f686239ba67e841a03d922b6","Skein512_512":"5ae1e40cd17b1981d00df88146e4edbece978ede71f6f415cc44e143c1d40566cfab5ec741dd76b9fab9dcab3d20431bae2300e9e81c0916900994e8cb1f7585","SHA1":"8b9e52967ad05a3c7bad96a1b6f07060e815189a","SHA512":"03f39c5ce71d60e6c57d33ed2ccf0704c8b01c301f4d082d78a50e14343a9e57dde22c9324958511cbfc2f7ed0bfff24ce7011c29f143a0a03ce2f757c2c72b0","SHA256":"b912ae8b03ac915aec772b3a644ef9d5125faf31ed59ad24d2bcc3a67b61fd6d"},"package-locations":["https://hackage.haskell.org/package/yesod-auth-oauth2-0.6.1.3/yesod-auth-oauth2-0.6.1.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/yesod-auth-oauth2-0.6.1.3.tar.gz"],"package-size":17674}

0 comments on commit d0f6f21

Please sign in to comment.