packages feed

yesod-auth-oauth2 0.6.0.0 → 0.6.1.0

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: 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.0.0...master)+## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.0...master)  None++## [v0.6.1.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.0.0...v0.6.1.0)++- Allow http-client-0.6  ## [v0.6.0.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.5.3.0...v0.6.0.0) 
yesod-auth-oauth2.cabal view
@@ -1,13 +1,13 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.31.0.+-- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack ----- hash: 33e72c75eda94306ce59d50e8f7444f264b8d34e1b1a6ca207a0b4dee9d07cd9+-- hash: ee9d146c23aee38467708f39f42603877123800b2d17071c147e1b3e85f2551b  name:           yesod-auth-oauth2-version:        0.6.0.0+version:        0.6.1.0 synopsis:       OAuth 2.0 authentication plugins description:    Library to authenticate with OAuth 2.0 for Yesod web applications. category:       Web@@ -41,7 +41,7 @@     , bytestring >=0.9.1.4     , errors     , hoauth2 >=1.3.0 && <1.9-    , http-client >=0.4.0 && <0.6+    , http-client >=0.4.0 && <0.7     , http-conduit >=2.0 && <3.0     , http-types >=0.8 && <0.13     , microlens