diff --git a/HTTP.cabal b/HTTP.cabal
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -1,5 +1,5 @@
 Name: HTTP
-Version: 4000.3.0
+Version: 4000.3.1
 Cabal-Version: >= 1.8
 Build-type: Simple
 License: BSD3
@@ -100,7 +100,7 @@
   -- where dependencies are shared
   Build-depends: base >= 4.3.0.0 && < 4.9, parsec >= 2.0 && < 3.2
   Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.11
-  Build-depends: time >= 1.1.2.3 && < 1.6
+  Build-depends: time >= 1.1.2.3 && < 1.7
 
   Extensions: FlexibleInstances
 
