diff --git a/google-server-api.cabal b/google-server-api.cabal
--- a/google-server-api.cabal
+++ b/google-server-api.cabal
@@ -1,5 +1,5 @@
 name:                google-server-api
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            Google APIs for server to server applications
 description:
   This library provides a way to use Google API for server to server applications.
@@ -20,32 +20,32 @@
                      , Google.Form
                      , Google.JWT
                      , Google.Response
-  build-depends:       base >= 4.7 && < 5
-                     , aeson
-                     , aeson-casing
-                     , base64-bytestring
-                     , bytestring
-                     , http-api-data
-                     , http-client
-                     , http-client-tls
-                     , HsOpenSSL
-                     , mime-mail
-                     , monad-control
-                     , monad-logger
-                     , mtl
-                     , read-env-var
-                     , RSA
-                     , servant
-                     , servant-client
-                     , text
-                     , time
-                     , transformers
-                     , transformers-base
-                     , unix-time
-                     , unordered-containers
-                     , wai
-                     , wai-extra
-                     , warp
+  build-depends:       base >= 4.10 && < 5
+                     , aeson >= 1.2
+                     , aeson-casing >= 0.1
+                     , base64-bytestring >= 1.0
+                     , bytestring >= 0.10
+                     , http-api-data >= 0.3
+                     , http-client >= 0.3
+                     , http-client-tls >= 0.3
+                     , HsOpenSSL >= 0.11
+                     , mime-mail >= 0.4
+                     , monad-control >= 1.0
+                     , monad-logger >= 0.3
+                     , mtl >= 2.2
+                     , read-env-var >= 1.0
+                     , RSA >= 2.3
+                     , servant >= 0.1
+                     , servant-client >= 0.2
+                     , text >= 1.2
+                     , time >= 1.8
+                     , transformers >= 0.5
+                     , transformers-base >= 0.4
+                     , unix-time >= 0.3
+                     , unordered-containers >= 0.2
+                     , wai >= 3.2
+                     , wai-extra >= 3.0
+                     , warp >= 3.2
   default-language:    Haskell2010
   ghc-options:         -Wall -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction
   default-extensions:  ConstraintKinds
