diff --git a/http-enumerator.cabal b/http-enumerator.cabal
--- a/http-enumerator.cabal
+++ b/http-enumerator.cabal
@@ -1,5 +1,5 @@
 name:            http-enumerator
-version:         0.7.2.1
+version:         0.7.2.2
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -7,6 +7,8 @@
 synopsis:        HTTP client package with enumerator interface and HTTPS support.
 description:
     This package uses attoparsec for parsing the actual contents of the HTTP connection. It also provides higher-level functions which allow you to avoid direct usage of enumerators.
+    .
+    Note that this package has been superceded by http-conduit. If you are not using the enumerator interface of this package at all, it is highly recommended to switch to http-conduit. If you are using enumerators, please consider making the move to http-conduit anyway, as it solves some socket leaks that cannot be addressed with enumerators.
 category:        Web, Enumerator
 stability:       Stable
 cabal-version:   >= 1.6
