hoauth2-providers 0.6.0 → 0.7.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep +cryptondep −cryptonitedep ~hoauth2dep ~jose-jwtPVP ok
version bump matches the API change (PVP)
Dependencies added: crypton
Dependencies removed: cryptonite
Dependency ranges changed: hoauth2, jose-jwt
API changes (from Hackage documentation)
Files
- hoauth2-providers.cabal +4/−4
hoauth2-providers.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: hoauth2-providers-version: 0.6.0+version: 0.7.0 synopsis: OAuth2 Identity Providers description: A few well known Identity Providers homepage: https://github.com/freizl/hoauth2@@ -57,12 +57,12 @@ , base >=4.11 && <5 , bytestring >=0.9 && <0.13 , containers ^>=0.6- , cryptonite >=0.30 && <0.31- , hoauth2 >=2.9 && <2.13+ , crypton ^>=0.32+ , hoauth2 >=2.9 && <2.14 , HsOpenSSL >=0.11 && <0.12 , http-conduit >=2.1 && <2.4 , http-types >=0.11 && <0.13- , jose-jwt >=0.9.4 && <0.10+ , jose-jwt >=0.10 && <0.11 , mtl >=2.0 && <2.4 , text >=2.0 && <2.3 , time >=1.12 && <1.13