packages feed

http-enumerator 0.7.3 → 0.7.3.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/TLS/Client/Enumerator.hs view
@@ -57,7 +57,7 @@     go (Continue k) = do         bs <- tryIO read'         if all S.null bs-            then throwError ConnectionReset+            then continue k             else do                 step <- lift $ runIteratee $ k $ Chunks bs                 go step
http-enumerator.cabal view
@@ -1,5 +1,5 @@ name:            http-enumerator-version:         0.7.3+version:         0.7.3.1 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>