packages feed

hoauth2 2.8.0 → 2.8.1

raw patch · 2 files changed

+4/−8 lines, 2 filesdep ~transformersPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: transformers

API changes (from Hackage documentation)

- Network.OAuth2.Experiment: UrnOAuthParam :: a -> UrnOAuthParam a
- Network.OAuth2.Experiment: newtype UrnOAuthParam a

Files

hoauth2.cabal view
@@ -2,11 +2,9 @@ name:               hoauth2  -- http://wiki.haskell.org/Package_versioning_policy-version:            2.8.0+version:            2.8.1 synopsis:           Haskell OAuth2 authentication client-description:-  See readme for more details.-+description:        See readme for more details. homepage:           https://github.com/freizl/hoauth2 license:            MIT license-file:       LICENSE@@ -16,7 +14,7 @@ category:           Network build-type:         Simple stability:          Beta-tested-with:        GHC <=9.2.2+tested-with:        GHC <=9.6.1 extra-source-files: README.org  source-repository head@@ -66,7 +64,7 @@     , memory                ^>=0.18     , microlens             ^>=0.4.0     , text                  ^>=2.0-    , transformers          ^>=0.5+    , transformers          >=0.6     , uri-bytestring        >=0.2.3  && <0.4     , uri-bytestring-aeson  ^>=0.1 
src/Network/OAuth2/Experiment/Types.hs view
@@ -81,8 +81,6 @@  ------------------------------------------------------------------------------- -newtype UrnOAuthParam a = UrnOAuthParam a- -- | Grant type query parameter has association with 'GrantTypeFlow' but not completely strict. -- -- e.g. Both 'AuthorizationCode' and 'ResourceOwnerPassword' flow could support refresh token flow.