gogol-apps-tasks 0.1.1 → 0.2.0
raw patch · 3 files changed
+4/−4 lines, 3 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.1`+`0.2.0` ## Description
gen/Network/Google/AppsTasks/Types/Product.hs view
@@ -54,7 +54,7 @@ tliType :: Lens' TaskLinksItem (Maybe Text) tliType = lens _tliType (\ s a -> s{_tliType = a}) --- | The description. In HTML speak: Everything between < and>.+-- | The description. In HTML speak: Everything between and. tliDescription :: Lens' TaskLinksItem (Maybe Text) tliDescription = lens _tliDescription
gogol-apps-tasks.cabal view
@@ -1,5 +1,5 @@ name: gogol-apps-tasks-version: 0.1.1+version: 0.2.0 synopsis: Google Tasks SDK. homepage: https://github.com/brendanhay/gogol bug-reports: https://github.com/brendanhay/gogol/issues@@ -55,5 +55,5 @@ , Network.Google.AppsTasks.Types.Sum build-depends:- gogol-core == 0.1.1.*+ gogol-core == 0.2.0.* , base >= 4.7 && < 5