diff --git a/HTTP.cabal b/HTTP.cabal
--- a/HTTP.cabal
+++ b/HTTP.cabal
@@ -1,5 +1,5 @@
 Name: HTTP
-Version: 4000.3.4
+Version: 4000.3.5
 Cabal-Version: >= 1.8
 Build-type: Simple
 License: BSD3
@@ -40,6 +40,15 @@
  >               setAllowRedirects True -- handle HTTP redirects
  >               request $ getRequest "http://www.haskell.org/"
  >      return (take 100 (rspBody rsp))
+ .
+ __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)
 
 Extra-Source-Files: CHANGES
 
