packages feed

hoauth2 2.3.0 → 2.4.0

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~binarydep ~bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: binary, bytestring

API changes (from Hackage documentation)

Files

hoauth2.cabal view
@@ -1,7 +1,7 @@ Cabal-version: 2.4 Name:                hoauth2 -- http://wiki.haskell.org/Package_versioning_policy-Version:             2.3.0+Version:             2.4.0  Synopsis:            Haskell OAuth2 authentication client @@ -53,10 +53,10 @@    Build-Depends: base                 >= 4     && < 5,                  data-default         >= 0.7   && < 0.8,-                 binary               >= 0.8.3 && < 0.8.9,+                 binary               >= 0.8   && < 0.9,                  containers           >= 0.6   && < 0.7,                  text                 >= 0.11  && < 1.3,-                 bytestring           >= 0.9   && < 0.11,+                 bytestring           >= 0.9   && < 0.12,                  http-conduit         >= 2.1   && < 2.4,                  http-types           >= 0.11  && < 0.13,                  aeson                >= 2.0   && < 2.1,