packages feed

hoauth2 1.8.2 → 1.8.3

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~aesondep ~binarydep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, binary, containers

API changes (from Hackage documentation)

Files

hoauth2.cabal view
@@ -1,6 +1,6 @@ Name:                hoauth2 -- http://wiki.haskell.org/Package_versioning_policy-Version:             1.8.2+Version:             1.8.3  Synopsis:            Haskell OAuth2 authentication client @@ -80,7 +80,7 @@                  bytestring           >= 0.9   && < 0.11,                  http-conduit         >= 2.1   && < 2.4,                  http-types           >= 0.11   && < 0.13,-                 aeson                >= 1.0.0.0 && < 1.4,+                 aeson                >= 1.0.0.0 && < 1.5,                  unordered-containers >= 0.2.5,                  uri-bytestring       >= 0.2.3.1 && < 0.4,                  uri-bytestring-aeson >= 0.1   && < 0.2,@@ -128,8 +128,8 @@                        http-types        >= 0.11    && < 0.13,                        wai               >= 3.2    && < 3.3,                        warp              >= 3.2    && < 3.3,-                       containers        >= 0.4    && < 0.6,-                       aeson             >= 1.0.0.0 && < 1.4,+                       containers        >= 0.4    && < 0.7,+                       aeson             >= 1.0.0.0 && < 1.5,                        microlens            >= 0.4.0 && < 0.5,                        unordered-containers >= 0.2.8 && < 0.2.10,                        wai-extra >= 3.0.21.0 && < 3.0.25.0,@@ -137,7 +137,7 @@                        mustache >= 2.2.3 && < 2.4.0,                        mtl >= 2.2.1 && < 2.3,                        scotty >= 0.10.0 && < 0.12,-                       binary >= 0.8.3.0 && < 0.8.6,+                       binary >= 0.8.3.0 && < 0.8.7,                        parsec >= 3.1.11 && < 3.2.0 ,                        hashable >= 1.2.6 && < 1.3.0,                        hoauth2