dropbox 0.0.3 → 0.0.4
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Dropbox: cliRoutes :: ClientEnv -> Dropbox (AsClientT IO)
Files
- dropbox.cabal +1/−1
- src/Dropbox.hs +2/−1
dropbox.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: dropbox-version: 0.0.3+version: 0.0.4 synopsis: Dropbox API client description: A dropbox API client generated through servant generic. category: API
src/Dropbox.hs view
@@ -21,7 +21,7 @@ -- module Dropbox ( createClient- , dropboxProxy+ , cliRoutes , Dropbox(..) , defListFolderRequest , FileTag(..)@@ -33,6 +33,7 @@ , LinkRequest(..) , TokenRequest(..) , TokenBody(..)+ , dropboxProxy ) where import Control.Exception(throwIO)