mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-09-10 03:24:57 +02:00
Add stack support
Required upping the cabal lower-bound, which is, I think, un-controversial since 1.8 is still pretty low.
This commit is contained in:
parent
3c24e0ff07
commit
51061fa148
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ cabal-dev/
|
|||||||
.cabal-sandbox
|
.cabal-sandbox
|
||||||
cabal.sandbox.config
|
cabal.sandbox.config
|
||||||
tags
|
tags
|
||||||
|
.stack-work
|
||||||
|
|||||||
6
stack.yaml
Normal file
6
stack.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
flags:
|
||||||
|
yesod-auth-oauth2:
|
||||||
|
network-uri: true
|
||||||
|
packages:
|
||||||
|
- '.'
|
||||||
|
resolver: lts-3.5
|
||||||
@ -8,7 +8,7 @@ synopsis: OAuth 2.0 authentication plugins
|
|||||||
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
||||||
category: Web
|
category: Web
|
||||||
stability: Experimental
|
stability: Experimental
|
||||||
cabal-version: >= 1.6
|
cabal-version: >= 1.8
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://github.com/thoughtbot/yesod-auth-oauth2
|
homepage: http://github.com/thoughtbot/yesod-auth-oauth2
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user