diff --git a/presto-hdbc.cabal b/presto-hdbc.cabal
--- a/presto-hdbc.cabal
+++ b/presto-hdbc.cabal
@@ -11,7 +11,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.2
+version:             0.1.0.3
 
 -- A short (one-line) description of the package.
 synopsis:            An HDBC connector for Presto
@@ -61,21 +61,7 @@
   -- other-extensions:
 
   -- Other library packages from which modules are imported.
-  build-depends:       HDBC
-                     , HTTP >= 4000.2.18
-                     , aeson >= 0.8.0.0
-                     , aeson-pretty >= 0.7.1
-                     , base >=4.7 && <4.8
-                     , bytestring >= 0.10.4.0
-                     , either
-                     , either-unwrap >= 1.1
-                     , errors >= 1.4.7
-                     , lens
-                     , network-uri >= 2.6.0.1
-                     , scientific >= 0.3.3.0
-                     , text >= 1.1.1.3
-                     , transformers >= 0.4.1.0
-                     , mtl, convertible, safe, http-streams, io-streams
+  build-depends:       base >=4.7 && <4.8, HDBC, HTTP, aeson, aeson-pretty, bytestring, either, either-unwrap, errors, lens, network-uri, scientific, text, transformers, mtl, convertible, safe, http-streams, io-streams
 
   -- Directories containing source files.
   hs-source-dirs:      src
