diff --git a/Cabal-syntax/Cabal-syntax.cabal b/Cabal-syntax/Cabal-syntax.cabal
index 46c4ce4fc22d686ba9ee9dfdfc14da4575a128d3..9dfc891468b8b86250d22ef6b288122de3779d43 100644
--- a/Cabal-syntax/Cabal-syntax.cabal
+++ b/Cabal-syntax/Cabal-syntax.cabal
@@ -40,7 +40,7 @@ library
     parsec     >= 3.1.13.0 && < 3.2,
     pretty     >= 1.1.1    && < 1.2,
     text       (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2),
-    time       >= 1.4.0.1  && < 1.13,
+    time       >= 1.4.0.1  && < 1.15,
     -- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
     -- See also https://github.com/ekmett/transformers-compat/issues/35
     transformers (>= 0.3      && < 0.4) || (>=0.4.1.0 && <0.7)
diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal
index e987dcaea8766ee310f32f6fb04b73407a942abb..07fbd7f2593cb8378eb37222fb390efcea26a06b 100644
--- a/Cabal/Cabal.cabal
+++ b/Cabal/Cabal.cabal
@@ -44,7 +44,7 @@ library
     filepath   >= 1.3.0.1  && < 1.6,
     pretty     >= 1.1.1    && < 1.2,
     process    >= 1.2.1.0  && < 1.7,
-    time       >= 1.4.0.1  && < 1.13
+    time       >= 1.4.0.1  && < 1.15
 
   if os(windows)
     build-depends: Win32 >= 2.3.0.0 && < 2.15