gogol-fusiontables 0.1.0 → 0.1.1
raw patch · 4 files changed
+6/−5 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 +1/−1
- gen/Network/Google/FusionTables/Types/Product.hs +2/−1
- gogol-fusiontables.cabal +3/−3
- src/.gitkeep +0/−0
README.md view
@@ -8,7 +8,7 @@ ## Version -`0.1.0`+`0.1.1` ## Description
gen/Network/Google/FusionTables/Types/Product.hs view
@@ -1613,7 +1613,8 @@ -- 123,456% NUMBER_SCIENTIFICfor example 1E3 -- STRING_EIGHT_LINE_IMAGEDisplays thumbnail images as tall as eight lines -- of text STRING_FOUR_LINE_IMAGEDisplays thumbnail images as tall as four--- lines of text STRING_JSON_TEXTAllows JSON editing of text in UI+-- lines of text STRING_JSON_TEXTAllows editing of text as JSON in UI+-- STRING_JSON_LISTAllows editing of text as a JSON list in UI -- STRING_LINKTreats cell as a link (must start with http:\/\/ or -- https:\/\/) STRING_ONE_LINE_IMAGEDisplays thumbnail images as tall as -- one line of text STRING_VIDEO_OR_MAPDisplay a video or map thumbnail
gogol-fusiontables.cabal view
@@ -1,5 +1,5 @@ name: gogol-fusiontables-version: 0.1.0+version: 0.1.1 synopsis: Google Fusion Tables SDK. homepage: https://github.com/brendanhay/gogol bug-reports: https://github.com/brendanhay/gogol/issues@@ -11,7 +11,7 @@ category: Network, Google, Cloud build-type: Simple cabal-version: >= 1.10-extra-source-files: README.md+extra-source-files: README.md src/.gitkeep description: API for working with Fusion Tables data.@@ -74,5 +74,5 @@ , Network.Google.FusionTables.Types.Sum build-depends:- gogol-core == 0.1.0.*+ gogol-core == 0.1.1.* , base >= 4.7 && < 5
+ src/.gitkeep view