diff --git a/hasql-postgres.cabal b/hasql-postgres.cabal
--- a/hasql-postgres.cabal
+++ b/hasql-postgres.cabal
@@ -1,7 +1,7 @@
 name:
   hasql-postgres
 version:
-  0.10.4.0
+  0.10.5
 synopsis:
   A "PostgreSQL" backend for the "hasql" library
 description:
@@ -81,9 +81,9 @@
     postgresql-binary == 0.5.*,
     postgresql-libpq == 0.9.*,
     -- data:
-    aeson >= 0.7 && < 0.11,
+    aeson >= 0.7 && < 0.10,
     uuid == 1.3.*,
-    vector == 0.10.*,
+    vector >= 0.10 && < 0.12,
     time >= 1.4 && < 1.6,
     hashtables >= 1.1 && < 1.3,
     scientific >= 0.2 && < 0.4,
@@ -151,7 +151,7 @@
     QuickCheck == 2.7.*,
     -- data:
     aeson,
-    vector == 0.10.*,
+    vector,
     old-locale == 1.0.*,
     time >= 1.4 && < 1.6,
     scientific >= 0.2 && < 0.4,
@@ -194,14 +194,14 @@
     -- benchmarking:
     criterion-plus == 0.1.*,
     -- data:
-    vector == 0.10.*,
+    vector,
     time >= 1.4 && < 1.6,
     text >= 1 && < 1.3,
     scientific >= 0.2 && < 0.4,
     -- general:
     either,
     monad-control >= 0.3 && < 1.1,
-    deepseq == 1.4.*,
+    deepseq == 1.*,
     list-t < 0.5,
     mtl-prelude < 3,
     base-prelude >= 0.1.3 && < 0.2
