diff --git a/bytestring-progress.cabal b/bytestring-progress.cabal
--- a/bytestring-progress.cabal
+++ b/bytestring-progress.cabal
@@ -1,5 +1,5 @@
 Name: bytestring-progress
-Version: 1.0.5
+Version: 1.0.6
 Build-Type: Simple
 Cabal-Version: >= 1.6
 License: BSD3
@@ -24,7 +24,7 @@
 
 Library
   Build-Depends: base >= 4.0 && < 5.0,
-                 time >= 1.1 && < 1.6,
+                 time >= 1.1 && < 1.8,
                  bytestring >= 0.9 && < 1.0
   Exposed-Modules: Data.ByteString.Lazy.Progress
 
