mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-18 23:21:55 +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
|
||||
version: 0.0.12
|
||||
version: 0.1.0
|
||||
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
|
||||
maintainer: Pat Brisbin <pat@thoughtbot.com>
|
||||
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
|
||||
build-type: Simple
|
||||
homepage: http://github.com/scan/yesod-auth-oauth2
|
||||
homepage: http://github.com/thoughtbot/yesod-auth-oauth2
|
||||
|
||||
flag network-uri
|
||||
description: Get Network.URI from the network-uri package
|
||||
@ -46,4 +46,4 @@ library
|
||||
|
||||
source-repository head
|
||||
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