mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-16 17:26:48 +01:00
0.1.0 bump, cabal file fixes
This commit is contained in:
parent
829d502563
commit
c6fbb15a20
@ -1,16 +1,16 @@
|
|||||||
name: yesod-auth-oauth2
|
name: yesod-auth-oauth2
|
||||||
version: 0.0.12
|
version: 0.1.0
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Tom Streller
|
author: Tom Streller
|
||||||
maintainer: Tom Streller
|
maintainer: Pat Brisbin <pat@thoughtbot.com>
|
||||||
synopsis: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
synopsis: OAuth 2.0 authentication plugins
|
||||||
description: OAuth 2.0 authentication
|
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.6
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://github.com/scan/yesod-auth-oauth2
|
homepage: http://github.com/thoughtbot/yesod-auth-oauth2
|
||||||
|
|
||||||
flag network-uri
|
flag network-uri
|
||||||
description: Get Network.URI from the network-uri package
|
description: Get Network.URI from the network-uri package
|
||||||
@ -46,4 +46,4 @@ library
|
|||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: git://github.com/scan/authenticate-oauth2.git
|
location: https://github.com/thoughtbot/authenticate-oauth2.git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user