yesod-auth-oauth2 0.6.2.0 → 0.6.2.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~cryptonitePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cryptonite
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- yesod-auth-oauth2.cabal +2/−2
CHANGELOG.md view
@@ -1,6 +1,10 @@-## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.0...master)+## [*Unreleased*](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.1...master) None++## [v0.6.2.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.0...v0.6.2.1)++- Adjust lower bounds on cryptonite ## [v0.6.2.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.1.7...v0.6.2.0)
yesod-auth-oauth2.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: yesod-auth-oauth2-version: 0.6.2.0+version: 0.6.2.1 license: MIT license-file: LICENSE maintainer: Pat Brisbin <pbrisbin@gmail.com>@@ -56,7 +56,7 @@ aeson >=0.6 && <1.6, base >=4.9.0.0 && <5, bytestring >=0.9.1.4 && <0.11,- cryptonite >=0.26 && <0.28,+ cryptonite >=0.25 && <0.28, errors >=2.3.0 && <2.4, hoauth2 >=1.11.0 && <1.17, http-client >=0.4.0 && <0.8,