Skip to content

Commit

Permalink
Update from Hackage at 2019-08-29T21:33:21Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Aug 29, 2019
1 parent 361b05b commit 49f574a
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 0 deletions.
115 changes: 115 additions & 0 deletions yesod-auth-oauth2/0.6.1.2/yesod-auth-oauth2.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
cabal-version: 1.12

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

name: yesod-auth-oauth2
version: 0.6.1.2
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
other-modules:
Paths_yesod_auth_oauth2
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
aeson >=0.6 && <1.5
, base >=4.9.0.0 && <5
, bytestring >=0.9.1.4
, errors
, hoauth2 >=1.3.0 && <1.9
, http-client >=0.4.0 && <0.7
, http-conduit >=2.0 && <3.0
, http-types >=0.8 && <0.13
, microlens
, random
, 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.2/yesod-auth-oauth2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"9dfb2424e9dd825d20299ee6ccfac913","Skein512_512":"3801c19b1c38bb91bb104c2235b880a4b1d0af8ef7acc70175b85b02c6246084f9dc055b0a2a3e432f5c1f8d6a3b9de9d578a0c04b1101014aa45711118f356a","SHA1":"062dd06183992b932f97f12b53a941a28b8b85e2","SHA512":"6386ce3bac0bf2a32f2ecea9428058068d0570b14c62b9cab864e0343c15ab622c4c131d02a59e06776666acc86e23a24304b85053ebed4cd79efd47d02e10a7","SHA256":"5cf8566916f62ad137c06a8a20d344e2d5a8294371e5c8ec28b32d173030551e"},"package-locations":["https://hackage.haskell.org/package/yesod-auth-oauth2-0.6.1.2/yesod-auth-oauth2-0.6.1.2.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/yesod-auth-oauth2-0.6.1.2.tar.gz"],"package-size":17280}

0 comments on commit 49f574a

Please sign in to comment.