diff --git a/io-streams-http.cabal b/io-streams-http.cabal
--- a/io-streams-http.cabal
+++ b/io-streams-http.cabal
@@ -1,5 +1,5 @@
 name:                io-streams-http
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            http-client for io-streams
 description:         Thin io-streams wrapper for http-client
 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
@@ -74,6 +74,8 @@
     This module is a thin @io-streams@ wrapper around the @http-client@ and
     @http-client-tls@ libraries.
 
+    If you're looking for openssl please us this library <https://hackage.haskell.org/package/http-client-streams>
+
     Read the documentation in the "Network.HTTP.Client" module of the
     @http-client@ library to learn about how to:
 
