diff --git a/potoki-hasql.cabal b/potoki-hasql.cabal
--- a/potoki-hasql.cabal
+++ b/potoki-hasql.cabal
@@ -1,7 +1,7 @@
 name:
   potoki-hasql
 version:
-  1.1
+  1.1.0.1
 synopsis:
   Integration of "potoki" and "hasql".
 description:
@@ -49,11 +49,11 @@
     Potoki.Error.Types
     Potoki.Prelude
   build-depends:
-    hasql == 1.1.1,
-    potoki == 0.11.1,
-    potoki-core == 1.5.2,
-    base == 4.10.1.0,
-    text == 1.2.3.0,
-    bytestring == 0.10.8.2,
-    vector == 0.12.0.1,
-    profunctors == 5.2.2
+    hasql >= 1.1.1 && < 1.2,
+    potoki >= 0.11.1 && < 0.12,
+    potoki-core >= 1.5.2 && < 1.6,
+    base >= 4.10.1.0 && < 5,
+    text >= 1.2.3.0 && < 1.3,
+    bytestring >= 0.10.8.2 && < 0.11,
+    vector >= 0.12.0.1 && < 0.13,
+    profunctors >= 5.2.2 && < 5.3
