packages feed

gogol-admin-reports 0.1.0 → 0.1.1

raw patch · 4 files changed

+8/−8 lines, 4 filesdep ~gogol-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: gogol-core

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`0.1.0`+`0.1.1`   ## Description
gen/Network/Google/Reports.hs view
@@ -13,8 +13,8 @@ -- Stability   : auto-generated -- Portability : non-portable (GHC extensions) ----- Allows the administrators of Google Apps customers to fetch reports--- about the usage, collaboration, security and risk for their users.+-- Fetches reports for the administrators of Google Apps customers about+-- the usage, collaboration, security, and risk for their users. -- -- /See:/ <https://developers.google.com/admin-sdk/reports/ Admin Reports API Reference> module Network.Google.Reports
gogol-admin-reports.cabal view
@@ -1,5 +1,5 @@ name:                  gogol-admin-reports-version:               0.1.0+version:               0.1.1 synopsis:              Google Admin Reports SDK. homepage:              https://github.com/brendanhay/gogol bug-reports:           https://github.com/brendanhay/gogol/issues@@ -11,11 +11,11 @@ category:              Network, Google, Cloud build-type:            Simple cabal-version:         >= 1.10-extra-source-files:    README.md+extra-source-files:    README.md src/.gitkeep  description:-    Allows the administrators of Google Apps customers to fetch reports-    about the usage, collaboration, security and risk for their users.+    Fetches reports for the administrators of Google Apps customers about+    the usage, collaboration, security, and risk for their users.     .     /Warning:/ This is an experimental prototype/preview release which is still     under exploratory development and not intended for public use, caveat emptor!@@ -47,5 +47,5 @@         , Network.Google.Reports.Types.Sum      build-depends:-          gogol-core == 0.1.0.*+          gogol-core == 0.1.1.*         , base       >= 4.7 && < 5
+ src/.gitkeep view