hoauth2 2.9.0 → 2.10.0
raw patch · 1 files changed
+8/−8 lines, 1 filesdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- hoauth2.cabal +8/−8
hoauth2.cabal view
@@ -2,7 +2,7 @@ name: hoauth2 -- http://wiki.haskell.org/Package_versioning_policy-version: 2.9.0+version: 2.10.0 synopsis: Haskell OAuth2 authentication client description: This is Haskell binding of OAuth2 Authorization framework and Bearer Token Usage framework.@@ -40,18 +40,18 @@ Network.OAuth.OAuth2.HttpClient Network.OAuth.OAuth2.TokenRequest Network.OAuth2.Experiment- Network.OAuth2.Experiment.Grants.AuthorizationCode- Network.OAuth2.Experiment.Grants.ClientCredentials- Network.OAuth2.Experiment.Grants.DeviceAuthorization- Network.OAuth2.Experiment.Grants.JwtBearer- Network.OAuth2.Experiment.Grants.ResourceOwnerPassword Network.OAuth2.Experiment.Flows.AuthorizationRequest Network.OAuth2.Experiment.Flows.DeviceAuthorizationRequest Network.OAuth2.Experiment.Flows.RefreshTokenRequest Network.OAuth2.Experiment.Flows.TokenRequest Network.OAuth2.Experiment.Flows.UserInfoRequest- Network.OAuth2.Experiment.Types+ Network.OAuth2.Experiment.Grants.AuthorizationCode+ Network.OAuth2.Experiment.Grants.ClientCredentials+ Network.OAuth2.Experiment.Grants.DeviceAuthorization+ Network.OAuth2.Experiment.Grants.JwtBearer+ Network.OAuth2.Experiment.Grants.ResourceOwnerPassword Network.OAuth2.Experiment.Pkce+ Network.OAuth2.Experiment.Types default-extensions: DeriveGeneric@@ -77,7 +77,7 @@ , http-types >=0.11 && <0.13 , memory ^>=0.18 , microlens ^>=0.4.0- , text ^>=2.0+ , text >=2.0 && <2.3 , transformers >=0.4 && <0.7 , uri-bytestring >=0.2.3 && <0.4 , uri-bytestring-aeson ^>=0.1