packages feed

hoauth2-providers 0.9.1 → 0.9.2

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~cryptondep ~jose-jwt

Dependency ranges changed: crypton, jose-jwt

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # hoauth2-provider Changelog +## 0.9.2 (2026-08-10)++- Relax `crypton` upper bound to support `crypton-1.1.x`.+ ## 0.9.1 (2026-04-17)  - Relax the `containers` upper bound to `< 0.9` so `containers-0.8` is supported.
hoauth2-providers.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               hoauth2-providers-version:            0.9.1+version:            0.9.2 synopsis:           OAuth2 identity providers description:        A collection of well-known OAuth2 identity providers homepage:           https://github.com/freizl/hoauth2@@ -63,12 +63,12 @@     , base                  >=4.11 && <5     , bytestring            >=0.9  && <0.13     , containers            >=0.6  && <0.9-    , crypton               >=0.32 && <1.1+    , crypton               >=0.32 && <1.2     , hoauth2               >=2.9  && <2.16     , HsOpenSSL             >=0.11 && <0.12     , http-conduit          >=2.1  && <2.4     , http-types            >=0.11 && <0.13-    , jose-jwt              >=0.10 && <0.11+    , jose-jwt              >=0.10 && <0.12     , mtl                   >=2.0  && <2.4     , text                  >=2.0  && <2.3     , time                  >=1.12 && <1.13