packages feed

hoauth2 0.5.5.0 → 0.5.6.0

raw patch · 1 files changed

+8/−8 lines, 1 filesdep ~aesonPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: aeson

API changes (from Hackage documentation)

- Network.OAuth.OAuth2.Internal: instance Data.Aeson.Types.Class.FromJSON Network.OAuth.OAuth2.Internal.AccessToken
+ Network.OAuth.OAuth2.Internal: instance Data.Aeson.Types.FromJSON.FromJSON Network.OAuth.OAuth2.Internal.AccessToken

Files

hoauth2.cabal view
@@ -1,6 +1,6 @@ Name:                hoauth2 -- http://wiki.haskell.org/Package_versioning_policy-Version:             0.5.5.0+Version:             0.5.6.0  Synopsis:            Haskell OAuth2 authentication client Description:@@ -59,7 +59,7 @@    Build-Depends:     base                 >= 4     && < 5,-    aeson                >= 0.9   && < 0.12,+    aeson                >= 1.0   && < 1.1,     text                 >= 0.11  && < 1.3,     bytestring           >= 0.9   && < 0.11,     http-conduit         >= 2.2   && < 2.3,@@ -109,7 +109,7 @@                        http-conduit      >= 2.2    && < 2.3,                        text              >= 0.11   && < 1.3,                        bytestring        >= 0.9    && < 0.11,-                       aeson             >= 0.9    && < 0.12,+                       aeson             >= 1.0    && < 1.1,                        hoauth2    if impl(ghc >= 6.12.0)@@ -133,7 +133,7 @@                        http-conduit      >= 2.2    && < 2.3,                        text              >= 0.11   && < 1.3,                        bytestring        >= 0.9    && < 0.11,-                       aeson             >= 0.9    && < 0.12,+                       aeson             >= 1.0    && < 1.1,                        hoauth2    if impl(ghc >= 6.12.0)@@ -156,7 +156,7 @@                        http-conduit      >= 2.2    && < 2.3,                        text              >= 0.11   && < 1.3,                        bytestring        >= 0.9    && < 0.11,-                       aeson             >= 0.9    && < 0.12,+                       aeson             >= 1.0    && < 1.1,                        hoauth2    if impl(ghc >= 6.12.0)@@ -179,7 +179,7 @@                        http-conduit      >= 2.2    && < 2.3,                        text              >= 0.11   && < 1.3,                        bytestring        >= 0.9    && < 0.11,-                       aeson             >= 0.9    && < 0.12,+                       aeson             >= 1.0    && < 1.1,                        hoauth2    if impl(ghc >= 6.12.0)@@ -198,7 +198,6 @@   hs-source-dirs:      example   default-language:    Haskell2010   build-depends:       base              >= 4.5    && < 5,-                       aeson             >= 0.9    && < 0.12,                        text              >= 0.11   && < 1.3,                        bytestring        >= 0.9    && < 0.11,                        http-conduit      >= 2.2    && < 2.3,@@ -206,6 +205,7 @@                        wai               >= 3.2    && < 3.3,                        warp              >= 3.2    && < 3.3,                        containers        >= 0.4    && < 0.6,+                       aeson             >= 1.0    && < 1.1,                        hoauth2  @@ -229,7 +229,7 @@                        http-conduit      >= 2.2    && < 2.3,                        text              >= 0.11   && < 1.3,                        bytestring        >= 0.9    && < 0.11,-                       aeson             >= 0.9    && < 0.12,+                       aeson             >= 1.0    && < 1.1,                        hoauth2    if impl(ghc >= 6.12.0)