diff --git a/http-client-streams.cabal b/http-client-streams.cabal
--- a/http-client-streams.cabal
+++ b/http-client-streams.cabal
@@ -1,5 +1,5 @@
 name:                http-client-streams
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            http-client for io-streams supporting openssl
 description:         Thin io-streams wrapper for http-client w/ openssl support
 license:             BSD3
diff --git a/src/System/IO/Streams/HTTP.hs b/src/System/IO/Streams/HTTP.hs
--- a/src/System/IO/Streams/HTTP.hs
+++ b/src/System/IO/Streams/HTTP.hs
@@ -82,6 +82,8 @@
     This module is a thin @io-streams@ wrapper around the @http-client@ and
     @http-client-openssl@ libraries.
 
+    If you'd rather use the `tls` library for encryption please see this package: <https://hackage.haskell.org/package/io-streams-http>
+
     Read the documentation in the "Network.HTTP.Client" module of the
     @http-client@ library to learn about how to:
 
