handa-gdata 0.7.0.1 → 0.7.0.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~data-defaultPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: data-default
API changes (from Hackage documentation)
Files
- handa-gdata.cabal +2/−2
- src/Network/Google/OAuth2.hs +1/−1
handa-gdata.cabal view
@@ -1,5 +1,5 @@ name: handa-gdata-version: 0.7.0.1+version: 0.7.0.2 cabal-version: >=1.6 -- CHANGELOG:@@ -91,7 +91,7 @@ , binary >= 0.5.1.1 , bytestring >= 0.10.0.2 , case-insensitive >= 0.2- , data-default -any+ , data-default >= 0.5.3 , directory -any , filepath -any , GenericPretty >= 1.0.0
src/Network/Google/OAuth2.hs view
@@ -293,7 +293,7 @@ return expiresIn' --- | Provide a hassle-free way to retrieve and refresh tokens from a users home+-- | Provide a hassle-free way to retrieve and refresh tokens from a user's home -- directory, OR ask the user for permission. -- -- The first time it is called, this may open a web-browser, and/or request the user