diff --git a/hasql.cabal b/hasql.cabal
--- a/hasql.cabal
+++ b/hasql.cabal
@@ -1,5 +1,5 @@
 name: hasql
-version: 1.5
+version: 1.5.0.1
 category: Hasql, Database, PostgreSQL
 synopsis: An efficient PostgreSQL driver with a flexible mapping API
 description:
@@ -66,9 +66,9 @@
     postgresql-binary >=0.12.4 && <0.13,
     postgresql-libpq ==0.9.*,
     profunctors >=5.1 && <6,
-    text >=1 && <2,
+    text >=1 && <3,
     text-builder >=0.6.1.2 && <0.7,
-    transformers >=0.3 && <0.6,
+    transformers >=0.3 && <0.7,
     vector >=0.10 && <0.13
 
 test-suite tasty
