diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
+# 1.6.0.3
+
+_Andreas Abel, 2026-01-07_
+
+- Allow `time < 2`
+- Tested with GHC 8.0 - 9.14.1
+
 # 1.6.0.2
 
 _Andreas Abel, 2025-03-02_
diff --git a/MissingH.cabal b/MissingH.cabal
--- a/MissingH.cabal
+++ b/MissingH.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.24
 name: MissingH
-version: 1.6.0.2
+version: 1.6.0.3
 
 build-type: Simple
 license: BSD3
@@ -10,10 +10,11 @@
 license-file: LICENSE
 
 tested-with:
-  GHC == 9.12.1
-  GHC == 9.10.1
+  GHC == 9.14.1
+  GHC == 9.12.2
+  GHC == 9.10.3
   GHC == 9.8.4
-  GHC == 9.6.6
+  GHC == 9.6.7
   GHC == 9.4.8
   GHC == 9.2.8
   GHC == 9.0.2
@@ -139,7 +140,7 @@
     , parsec              == 3.1.*   && (< 3.1.12 || >= 3.1.13)
     , process             >= 1.1.0.1 && < 1.7
     , regex-compat        >= 0.95.1  && < 0.96
-    , time                >= 1.4     && < 1.15
+    , time                >= 1.4     && < 2
 
   if flag(network--GE-3_0_0)
     build-depends: network-bsd >= 2.8.1 && <2.9,
@@ -199,7 +200,6 @@
     , old-time
     , parsec
     , regex-compat
-    , time
 
   if !os(windows)
     build-depends: unix
