dropbox 0.0.1 → 0.0.2
raw patch · 2 files changed
+8/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Readme.md +4/−0
- dropbox.cabal +4/−4
Readme.md view
@@ -8,12 +8,16 @@ generic type definition. Additional endpoints are welcome, feel free to make a PR! ++ ## History This is the result from the great riskbook hackathon of oktober 2020 (also known as festoberhack). ## Usage++There is an example in `app/exe.hs`. ### Tools Enter the nix shell.
dropbox.cabal view
@@ -5,12 +5,12 @@ -- see: https://github.com/sol/hpack name: dropbox-version: 0.0.1+version: 0.0.2 synopsis: Dropbox API client description: A dropbox API client generated through servant generic. category: API-homepage: https://github.com/riskbook/dropbox#readme-bug-reports: https://github.com/riskbook/dropbox/issues+homepage: https://github.com/riskbook/dropbox-client#readme+bug-reports: https://github.com/riskbook/dropbox-client/issues author: Riskbook maintainer: support@riskbook.com copyright: 2020 Riskbook@@ -24,7 +24,7 @@ source-repository head type: git- location: https://github.com/riskbook/dropbox+ location: https://github.com/riskbook/dropbox-client library exposed-modules: