brendanhay / gogol

A comprehensive Google Services SDK for Haskell.
Other
280 stars 105 forks source link

Regenerate Gogol libraries with the latest models \w updated generator #186

Closed korayal closed 1 year ago

korayal commented 1 year ago

This PR makes use of the latest models and updated generator from https://github.com/brendanhay/gogol/pull/185

Project's README says:

For pull requests which affect generated output, please do not include the actual regenerated service code, only commit the updates to the generator and related configuration.

But I haven't noticed any hint of a CI in the repository. Hence to make the merge easier, I'm including the updated models and the generated library code on top of the mentioned PR.

feel free to close this MR, if there actually is a working CI.

brendanhay commented 1 year ago

CI was on Travis, which all but killed the free tier - so unless I or someone gets around to migrating to GH actions what you've done is probably the way to go.