packages feed

http-enumerator 0.6.5.6 → 0.6.6

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/HTTP/Enumerator.hs view
@@ -90,7 +90,7 @@ import Data.Enumerator     ( Iteratee (..), Stream (..), catchError, throwError     , yield, Step (..), Enumeratee, ($$), joinI, Enumerator, run_-    , returnI, (>==>)+    , returnI, (>==>), enumEOF     ) import qualified Data.Enumerator.List as EL import Network.HTTP.Enumerator.HttpParser@@ -424,7 +424,7 @@             if method == "HEAD" || sc == 204 -- No Content                                 || sc == 304 -- Not Modified                                 || (sc < 200 && sc >= 100)-                then bodyStep s hs'+                then enumEOF $$ bodyStep s hs'                 else body' $ decompress $$ do                         x <- bodyStep s hs'                         flushStream
http-enumerator.cabal view
@@ -1,5 +1,5 @@ name:            http-enumerator-version:         0.6.5.6+version:         0.6.6 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>