packages feed

yesod-auth-oauth2 0.6.1.6 → 0.6.1.7

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~hoauth2dep ~http-clientPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hoauth2, http-client

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,10 @@-## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.6...master)+## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.7...master)  None++## [v0.6.1.7](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.6...v0.6.1.7)++- Relax upper bounds on `hoauth2` and `http-client`  ## [v0.6.1.6](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.5...v0.6.1.6) 
yesod-auth-oauth2.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 6a7af938916ceb13a17b17597d66da9212c38008e00c2ff2c2ea546ff6d96d0d+-- hash: 426ae261ba0f32722928565c45da419547ef444e7635ac5e9da56872729a0df9  name:           yesod-auth-oauth2-version:        0.6.1.6+version:        0.6.1.7 synopsis:       OAuth 2.0 authentication plugins description:    Library to authenticate with OAuth 2.0 for Yesod web applications. category:       Web@@ -63,8 +63,8 @@     , bytestring >=0.9.1.4     , cryptonite     , errors-    , hoauth2 >=1.11.0 && <1.15-    , http-client >=0.4.0 && <0.7+    , hoauth2 >=1.11.0 && <1.17+    , http-client >=0.4.0 && <0.8     , http-conduit >=2.0 && <3.0     , http-types >=0.8 && <0.13     , memory