Compare commits

...

3 Commits

Author SHA1 Message Date
patrick brisbin
10e4f752e0
Version bump 2018-11-24 14:09:49 -05:00
patrick brisbin
1c890e0170
Update nightly build 2018-11-24 14:09:30 -05:00
patrick brisbin
5b7fb88ac5
Relax upper bounds 2018-11-24 14:09:21 -05:00
2 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -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