packages feed

google-server-api 0.2.0.0 → 0.2.0.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~aesondep ~basedep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson, base, time

API changes (from Hackage documentation)

Files

google-server-api.cabal view
@@ -1,5 +1,5 @@ name:                google-server-api-version:             0.2.0.0+version:             0.2.0.1 synopsis:            Google APIs for server to server applications description:   This library provides a way to use Google API for server to server applications.@@ -20,8 +20,8 @@                      , Google.Form                      , Google.JWT                      , Google.Response-  build-depends:       base >= 4.10 && < 5-                     , aeson >= 1.2+  build-depends:       base >= 4.9 && < 5+                     , aeson >= 1.1                      , aeson-casing >= 0.1                      , base64-bytestring >= 1.0                      , bytestring >= 0.10@@ -37,7 +37,7 @@                      , servant >= 0.1                      , servant-client >= 0.2                      , text >= 1.2-                     , time >= 1.8+                     , time >= 1.6                      , transformers >= 0.5                      , transformers-base >= 0.4                      , unix-time >= 0.3