gogol-resourceviews 0.1.1 → 0.2.0
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~gogol-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: gogol-core
API changes (from Hackage documentation)
Files
- README.md +1/−1
- gogol-resourceviews.cabal +2/−2
README.md view
@@ -8,7 +8,7 @@ ## Version -`0.1.1`+`0.2.0` ## Description
gogol-resourceviews.cabal view
@@ -1,5 +1,5 @@ name: gogol-resourceviews-version: 0.1.1+version: 0.2.0 synopsis: Google Compute Engine Instance Groups SDK. homepage: https://github.com/brendanhay/gogol bug-reports: https://github.com/brendanhay/gogol/issues@@ -57,5 +57,5 @@ , Network.Google.ResourceViews.Types.Sum build-depends:- gogol-core == 0.1.1.*+ gogol-core == 0.2.0.* , base >= 4.7 && < 5