mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-03-26 05:47:02 +01:00
Restyled by prettier-yaml
This commit is contained in:
parent
9ab3804343
commit
bf4fddc366
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: yesod-auth-oauth2
|
name: yesod-auth-oauth2
|
||||||
version: '0.6.2.2' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
version: "0.6.2.2" # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
||||||
synopsis: OAuth 2.0 authentication plugins
|
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
|
||||||
@ -61,7 +61,7 @@ executables:
|
|||||||
- yesod
|
- yesod
|
||||||
- yesod-auth >=1.6.0 && <1.7
|
- yesod-auth >=1.6.0 && <1.7
|
||||||
when:
|
when:
|
||||||
- condition: ! '!(flag(example))'
|
- condition: ! "!(flag(example))"
|
||||||
buildable: false
|
buildable: false
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user