packages feed

http-conduit-downloader 1.0.3 → 1.0.4

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/HTTP/Conduit/Downloader.hs view
@@ -33,7 +33,7 @@ --  case ra of --      Left err -> ... -- uh oh, bad host --      Right ha -> do---          ... -- cralwer politeness stuff (rate limits, domain queues)+--          ... -- crawler politeness stuff (rate limits, domain queues) --          dr <- download d url (Just ha) opts --          case dr of --              DROK dat redownloadOpts ->
http-conduit-downloader.cabal view
@@ -1,6 +1,6 @@ cabal-version:  >= 1.6 name:           http-conduit-downloader-version:        1.0.3+version:        1.0.4 copyright:      Vladimir Shabanov 2013 author:         Vladimir Shabanov <vshabanoff@gmail.com> maintainer:     Vladimir Shabanov <vshabanoff@gmail.com>