diff --git a/hasql-cursor-query.cabal b/hasql-cursor-query.cabal
--- a/hasql-cursor-query.cabal
+++ b/hasql-cursor-query.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: hasql-cursor-query
-version: 0.4.5.1
+version: 0.4.5.2
 category: Hasql, Database, PostgreSQL, Streaming
 synopsis: A declarative abstraction over PostgreSQL Cursor
 homepage: https://github.com/nikita-volkov/hasql-cursor-query
@@ -90,7 +90,7 @@
     bytestring >=0.10 && <0.14,
     contravariant >=1.3 && <2,
     foldl >1 && <2,
-    hasql >=1.8 && <1.9,
+    hasql >=1.8 && <1.10,
     hasql-cursor-transaction >=0.6 && <0.7,
     hasql-transaction >=1.1 && <1.2,
     profunctors >=5 && <6,
