diff --git a/optima-for-hasql.cabal b/optima-for-hasql.cabal
--- a/optima-for-hasql.cabal
+++ b/optima-for-hasql.cabal
@@ -1,5 +1,5 @@
 name: optima-for-hasql
-version: 0.1
+version: 0.1.0.1
 synopsis: Command-line arguments parsing for Hasql
 category: Command Line, Options, Hasql
 homepage: https://github.com/nikita-volkov/optima-for-hasql
@@ -28,9 +28,9 @@
     OptimaForHasql.Prelude
   build-depends:
     base >=4.9 && <5,
-    bytestring >=0.10.10 && <0.11,
+    bytestring >=0.10 && <0.11,
     hasql >=1.4 && <1.5,
     hasql-pool >=0.5.1 && <0.6,
     optima >=0.4 && <0.5,
     text >=1 && <2,
-    time >=1.8 && <2
+    time >=1.6 && <2
