mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-03 20:04:38 +01: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.config
|
||||
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.
|
||||
category: Web
|
||||
stability: Experimental
|
||||
cabal-version: >= 1.6
|
||||
cabal-version: >= 1.8
|
||||
build-type: Simple
|
||||
homepage: http://github.com/thoughtbot/yesod-auth-oauth2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user