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:
patrick brisbin 2015-12-05 00:39:54 -05:00
parent 3c24e0ff07
commit 51061fa148
No known key found for this signature in database
GPG Key ID: ADB6812F871D4478
3 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ cabal-dev/
.cabal-sandbox
cabal.sandbox.config
tags
.stack-work

6
stack.yaml Normal file
View File

@ -0,0 +1,6 @@
flags:
yesod-auth-oauth2:
network-uri: true
packages:
- '.'
resolver: lts-3.5

View File

@ -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