This repository has been archived by the owner on May 23, 2019. It is now read-only.
forked from freckle/yesod-auth-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yesod-auth-oauth2.cabal
44 lines (38 loc) · 1.6 KB
/
yesod-auth-oauth2.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: yesod-auth-oauth2
version: 0.0.4
license: BSD3
license-file: LICENSE
author: Tom Streller
maintainer: Tom Streller
synopsis: Library to authenticate with OAuth 2.0 for Yesod web applications.
description: OAuth 2.0 authentication
category: Web
stability: Experimental
cabal-version: >= 1.6
build-type: Simple
homepage: http://github.com/scan/yesod-auth-oauth2
flag ghc7
library
if flag(ghc7)
build-depends: base >= 4.3 && < 5
cpp-options: -DGHC7
else
build-depends: base >= 4 && < 4.3
build-depends: bytestring >= 0.9.1.4
, http-conduit >= 2.0 && < 3.0
, http-types >= 0.8 && < 0.9
, aeson >= 0.6 && < 0.8
, yesod-core >= 1.2 && < 1.3
, yesod-auth >= 1.2 && < 1.3
, text >= 0.7 && < 2.0
, yesod-form >= 1.3 && < 1.4
, transformers >= 0.2.2 && < 0.4
, hoauth2 >= 0.3.6 && < 0.4
, lifted-base >= 0.2 && < 0.4
exposed-modules: Yesod.Auth.OAuth2
Yesod.Auth.OAuth2.Google
Yesod.Auth.OAuth2.Learn
ghc-options: -Wall
source-repository head
type: git
location: git://github.com/scan/authenticate-oauth2.git