diff --git a/Network/HTTP/Enumerator.hs b/Network/HTTP/Enumerator.hs
--- a/Network/HTTP/Enumerator.hs
+++ b/Network/HTTP/Enumerator.hs
@@ -26,7 +26,8 @@
 -- > main :: IO ()
 -- > main = withFile "google.html" WriteMode $ \handle -> do
 -- >     request <- parseUrl "http://google.com/"
--- >     withManager $ run_ $ httpRedirect request (\_ _ -> iterHandle handle)
+-- >     withManager $ \manager -> do
+-- >         run_ $ httpRedirect request (\_ _ -> iterHandle handle) manager
 --
 -- The following headers are automatically set by this module, and should not
 -- be added to 'requestHeaders':
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.6.4
+version:         0.6.4.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
