http-enumerator 0.6.0.1 → 0.6.0.2
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 +2/−2
- http-enumerator.cabal +1/−1
Network/HTTP/Enumerator.hs view
@@ -204,11 +204,11 @@ -- | The most low-level function for initiating an HTTP request. ----- The second argument to this function gives a full specification on the+-- The first argument to this function gives a full specification on the -- request: the host to connect to, whether to use SSL, headers, etc. Please -- see 'Request' for full details. ----- The first argument specifies how the response should be handled. It's a+-- The second argument specifies how the response should be handled. It's a -- function that takes two arguments: the first is the HTTP status code of the -- response, and the second is a list of all response headers. This module -- exports 'lbsIter', which generates a 'Response' value.
http-enumerator.cabal view
@@ -1,5 +1,5 @@ name: http-enumerator-version: 0.6.0.1+version: 0.6.0.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>