diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+#### 0.7.0.2
+
+* Allow time 1.5.*
+
 #### 0.7.0.1
 
 * Drop support for old tasty versions
diff --git a/json-schema.cabal b/json-schema.cabal
--- a/json-schema.cabal
+++ b/json-schema.cabal
@@ -1,5 +1,5 @@
 name:                json-schema
-version:             0.7.0.1
+version:             0.7.0.2
 synopsis:            Types and type classes for defining JSON schemas.
 description:         Types and type classes for defining JSON schemas.
 license:             BSD3
@@ -37,8 +37,8 @@
     , mtl >= 2.1 && < 2.3
     , scientific == 0.3.*
     , tagged >= 0.2 && < 0.8
-    , text >= 0.10 && < 1.2
-    , time >= 1.2 && < 1.5
+    , text >= 0.10 && < 1.3
+    , time >= 1.2 && < 1.6
     , unordered-containers == 0.2.*
     , vector == 0.10.*
 
@@ -62,5 +62,5 @@
     , tasty == 0.10.*
     , tasty-hunit == 0.9.*
     , tasty-th == 0.1.*
-    , text >= 0.10 && < 1.2
+    , text >= 0.10 && < 1.3
     , vector == 0.10.*
