mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-02-07 08:37:28 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10e4f752e0 | ||
|
|
1c890e0170 | ||
|
|
5b7fb88ac5 |
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: yesod-auth-oauth2
|
name: yesod-auth-oauth2
|
||||||
version: '0.5.2.0' # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH
|
version: '0.5.3.0' # 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
|
||||||
@ -18,10 +18,10 @@ dependencies:
|
|||||||
library:
|
library:
|
||||||
source-dirs: src
|
source-dirs: src
|
||||||
dependencies:
|
dependencies:
|
||||||
- aeson >=0.6 && <1.4
|
- aeson >=0.6 && <1.5
|
||||||
- bytestring >=0.9.1.4
|
- bytestring >=0.9.1.4
|
||||||
- errors
|
- errors
|
||||||
- hoauth2 >=1.3.0 && <1.8
|
- hoauth2 >=1.3.0 && <1.9
|
||||||
- http-client >=0.4.0 && <0.6
|
- http-client >=0.4.0 && <0.6
|
||||||
- http-conduit >=2.0 && <3.0
|
- http-conduit >=2.0 && <3.0
|
||||||
- http-types >=0.8 && <0.13
|
- http-types >=0.8 && <0.13
|
||||||
|
|||||||
@ -1,8 +1,5 @@
|
|||||||
# Overridden by --resolver on CI
|
# Overridden by --resolver on CI
|
||||||
resolver: nightly-2018-10-24
|
resolver: nightly-2018-11-24
|
||||||
extra-deps:
|
extra-deps:
|
||||||
- hoauth2-1.7.2
|
# should be in nightly in a day
|
||||||
- uri-bytestring-0.3.2.0
|
- hoauth2-1.8.3
|
||||||
- uri-bytestring-aeson-0.1.0.6
|
|
||||||
|
|
||||||
allow-newer: true
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user