diff --git a/hasql-pool.cabal b/hasql-pool.cabal
--- a/hasql-pool.cabal
+++ b/hasql-pool.cabal
@@ -1,7 +1,7 @@
 name:
   hasql-pool
 version:
-  0.6
+  0.6.0.1
 category:
   Hasql, Database, PostgreSQL
 synopsis:
@@ -49,7 +49,7 @@
     Hasql.Pool.Prelude
   build-depends:
     base >=4.11 && <5,
-    hasql >=1.3 && <1.6,
+    hasql >=1.6.0.1 && <1.7,
     stm >=2.5 && <3,
     time >=1.5 && <2,
     transformers >=0.5 && <0.7
diff --git a/test/Main.hs b/test/Main.hs
--- a/test/Main.hs
+++ b/test/Main.hs
@@ -60,7 +60,7 @@
 badQuerySession =
   Session.statement () statement
   where
-    statement = Statement.Statement "" Encoders.noParams Decoders.noResult True
+    statement = Statement.Statement "zzz" Encoders.noParams Decoders.noResult True
 
 closeConnSession :: Session.Session ()
 closeConnSession = do
