mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-12 04:08:30 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10e4f752e0 | ||
|
|
1c890e0170 | ||
|
|
5b7fb88ac5 |
@ -1,6 +1,6 @@
|
||||
---
|
||||
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
|
||||
description: Library to authenticate with OAuth 2.0 for Yesod web applications.
|
||||
category: Web
|
||||
@ -18,10 +18,10 @@ dependencies:
|
||||
library:
|
||||
source-dirs: src
|
||||
dependencies:
|
||||
- aeson >=0.6 && <1.4
|
||||
- aeson >=0.6 && <1.5
|
||||
- bytestring >=0.9.1.4
|
||||
- errors
|
||||
- hoauth2 >=1.3.0 && <1.8
|
||||
- hoauth2 >=1.3.0 && <1.9
|
||||
- http-client >=0.4.0 && <0.6
|
||||
- http-conduit >=2.0 && <3.0
|
||||
- http-types >=0.8 && <0.13
|
||||
|
||||
@ -1,8 +1,5 @@
|
||||
# Overridden by --resolver on CI
|
||||
resolver: nightly-2018-10-24
|
||||
resolver: nightly-2018-11-24
|
||||
extra-deps:
|
||||
- hoauth2-1.7.2
|
||||
- uri-bytestring-0.3.2.0
|
||||
- uri-bytestring-aeson-0.1.0.6
|
||||
|
||||
allow-newer: true
|
||||
# should be in nightly in a day
|
||||
- hoauth2-1.8.3
|
||||
|
||||
Loading…
Reference in New Issue
Block a user