diff --git a/json-feed.cabal b/json-feed.cabal
--- a/json-feed.cabal
+++ b/json-feed.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: json-feed
-version: 2.0.0.16
+version: 2.0.0.17
 synopsis: JSON Feed
 description:
   This is an implementation of the JSON Feed spec in Haskell. The spec is
@@ -72,7 +72,7 @@
     network-uri ^>=2.6.4.2 || ^>=2.7.0.0,
     tagsoup ^>=0.14.8,
     text ^>=2.0.2 || ^>=2.1,
-    time ^>=1.12.2 || ^>=1.14,
+    time ^>=1.12.2 || ^>=1.14 || ^>=1.15,
 
   -- cabal-gild: discover source/library
   exposed-modules: JsonFeed
