From 192c7c9b4a393453deb9baecf93446aa374f6c8e Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 10 May 2021 14:47:28 -0400 Subject: [PATCH] Version bump Relax dependencies bounds - https://github.com/commercialhaskell/stackage/issues/6006 - https://github.com/commercialhaskell/stackage/issues/6007 --- CHANGELOG.md | 6 +++++- package.yaml | 6 +++--- yesod-auth-oauth2.cabal | 8 ++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0036b8b..a2cfb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.0...main) +## [_Unreleased_](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.1...main) None +## [v0.6.3.1](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.3.0...v0.6.3.1) + +- Relax dependencies bounds + ## [v0.6.3.0](https://github.com/thoughtbot/yesod-auth-oauth2/compare/v0.6.2.3...v0.6.3.0) - Expose `onDispatchError` and generic `OtherDispatchError` for passthrough log diff --git a/package.yaml b/package.yaml index 5b68667..983fe69 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ --- name: yesod-auth-oauth2 -version: "0.6.3.0" # N.B. PVP-compliant Semver: 0.MAJOR.MINOR.PATCH +version: 0.6.3.1 # 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 @@ -27,13 +27,13 @@ library: dependencies: - aeson >=0.6 && <1.6 - bytestring >=0.9.1.4 && < 0.12 - - cryptonite >=0.25 && <0.29 + - cryptonite >=0.25 && <0.30 - errors - 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 + - memory < 0.17 - microlens - mtl - safe-exceptions diff --git a/yesod-auth-oauth2.cabal b/yesod-auth-oauth2.cabal index 24fcb78..f6723a6 100644 --- a/yesod-auth-oauth2.cabal +++ b/yesod-auth-oauth2.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 592172a7a9d6b7a1d7cbfec745434a8309d833b955b68639e2dcccc8a6e87945 +-- hash: 6a490bb862e9336f14b079e2d9d0dee02bbf978e4cfb3e1c0c2d0daac3bd68a3 name: yesod-auth-oauth2 -version: 0.6.3.0 +version: 0.6.3.1 synopsis: OAuth 2.0 authentication plugins description: Library to authenticate with OAuth 2.0 for Yesod web applications. category: Web @@ -67,13 +67,13 @@ library aeson >=0.6 && <1.6 , base >=4.9.0.0 && <5 , bytestring >=0.9.1.4 && <0.12 - , cryptonite >=0.25 && <0.29 + , cryptonite >=0.25 && <0.30 , errors , 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 + , memory <0.17 , microlens , mtl , safe-exceptions