diff --git a/postgresql-binary.cabal b/postgresql-binary.cabal
--- a/postgresql-binary.cabal
+++ b/postgresql-binary.cabal
@@ -1,7 +1,7 @@
 name:
   postgresql-binary
 version:
-  0.7.7
+  0.7.8
 synopsis:
   Encoders and decoders for the PostgreSQL's binary format
 description:
@@ -67,9 +67,9 @@
     -- parsing:
     binary-parser >= 0.5 && < 0.6,
     -- data:
-    aeson >= 0.9 && < 0.11,
+    aeson >= 0.9 && < 0.12,
     uuid == 1.3.*,
-    time >= 1.4 && < 1.6,
+    time >= 1.4 && < 2,
     scientific >= 0.2 && < 0.4,
     bytestring >= 0.10.4 && < 0.11,
     text >= 1 && < 2,
@@ -79,7 +79,7 @@
     placeholders == 0.1.*,
     -- general:
     foldl >= 1.1.1 && < 2,
-    transformers >= 0.3 && < 0.5,
+    transformers >= 0.3 && < 0.6,
     base-prelude >= 0.1.19 && < 0.2,
     base >= 4.6 && < 5
 
@@ -119,7 +119,7 @@
     aeson,
     json-ast == 0.1.*,
     uuid == 1.3.*,
-    time >= 1.4 && < 1.6,
+    time >= 1.4 && < 2,
     scientific >= 0.2 && < 0.4,
     bytestring >= 0.10.4 && < 0.11,
     text >= 1 && < 2,
