http-conduit-downloader 1.0.4 → 1.0.5
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
@@ -46,7 +46,7 @@ -- It's highly recommended to use -- <http://hackage.haskell.org/package/hsdns-cache> -- for DNS resolution since @getAddrInfo@ used in @http-conduit@ can be--- buggy and ineffective when it needs to resolve many hosts per seconds for+-- buggy and ineffective when it needs to resolve many hosts per second for -- a long time. -- module Network.HTTP.Conduit.Downloader
http-conduit-downloader.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.6 name: http-conduit-downloader-version: 1.0.4+version: 1.0.5 copyright: Vladimir Shabanov 2013 author: Vladimir Shabanov <vshabanoff@gmail.com> maintainer: Vladimir Shabanov <vshabanoff@gmail.com>