http-conduit 2.1.5 → 2.1.5.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Network/HTTP/Conduit.hs +1/−1
- http-conduit.cabal +1/−1
Network/HTTP/Conduit.hs view
@@ -16,7 +16,7 @@ -- This example uses interleaved IO to write the response body to a file in -- constant memory space. ----- > import Data.Conduit.Binary (sinkFile)+-- > import Data.Conduit.Binary (sinkFile) -- Exported from the package conduit-extra -- > import Network.HTTP.Conduit -- > import qualified Data.Conduit as C -- >
http-conduit.cabal view
@@ -1,5 +1,5 @@ name: http-conduit-version: 2.1.5+version: 2.1.5.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>