oidc-client 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~jose-jwtPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: jose-jwt
API changes (from Hackage documentation)
Files
- oidc-client.cabal +2/−2
oidc-client.cabal view
@@ -1,5 +1,5 @@ name: oidc-client-version: 0.1.0.0+version: 0.1.0.1 synopsis: OpenID Connect 1.0 library for RP homepage: https://github.com/krdlab/haskell-oidc-client stability: experimental@@ -46,7 +46,7 @@ , http-client , tls >=1.3.2 , http-client-tls- , jose-jwt >=0.6.2+ , jose-jwt >=0.6.2 && <0.7 , time , crypto-random if flag(network-uri)