diff --git a/HTTP.cabal b/HTTP.cabal
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -1,5 +1,5 @@
 Name: HTTP
-Version: 4000.3.5
+Version: 4000.3.6
 Cabal-Version: >= 1.8
 Build-type: Simple
 License: BSD3
@@ -44,11 +44,15 @@
  __Note:__ This package does not support HTTPS connections.
  If you need HTTPS, take a look at the following packages:
  .
- * [http-streams](http://hackage.haskell.org/package/http-streams)
- * [http-client](http://hackage.haskell.org/package/http-client) (in combination with
- [http-client-tls](http://hackage.haskell.org/package/http-client-tls))
- * [req](http://hackage.haskell.org/package/req)
- * [wreq](http://hackage.haskell.org/package/wreq)
+ * <http://hackage.haskell.org/package/http-streams http-streams>
+ .
+ * <http://hackage.haskell.org/package/http-client http-client> (in combination with
+ <http://hackage.haskell.org/package/http-client-tls http-client-tls>)
+ .
+ * <http://hackage.haskell.org/package/req req>
+ .
+ * <http://hackage.haskell.org/package/wreq wreq>
+ .
 
 Extra-Source-Files: CHANGES
 
@@ -109,7 +113,7 @@
   -- where dependencies are shared
   Build-depends: base >= 4.3.0.0 && < 4.10, 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.8
+  Build-depends: time >= 1.1.2.3 && < 1.9
 
   Extensions: FlexibleInstances
 
@@ -128,7 +132,7 @@
     ghc-options:      -Werror
 
   if os(windows)
-    Build-depends: Win32 >= 2.2.0.0 && < 2.4
+    Build-depends: Win32 >= 2.2.0.0 && < 2.6
 
 Test-Suite test
   type: exitcode-stdio-1.0
