diff --git a/handa-gdata.cabal b/handa-gdata.cabal
--- a/handa-gdata.cabal
+++ b/handa-gdata.cabal
@@ -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
diff --git a/src/Network/Google/OAuth2.hs b/src/Network/Google/OAuth2.hs
--- a/src/Network/Google/OAuth2.hs
+++ b/src/Network/Google/OAuth2.hs
@@ -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
