packages feed

http-conduit-downloader 1.0.9 → 1.0.10

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
@@ -363,7 +363,7 @@     else         DROK b (redownloadOpts [] headers)     where redirect r-              | r == url = DRError $ "HTTP redirect to the same url?"+--              | r == url = DRError $ "HTTP redirect to the same url?"               | otherwise = DRRedirect r           redownloadOpts acc [] = reverse acc           redownloadOpts _ (("Pragma", B.map toLower -> tag) : _)
http-conduit-downloader.cabal view
@@ -1,6 +1,6 @@ cabal-version:  >= 1.6 name:           http-conduit-downloader-version:        1.0.9+version:        1.0.10 copyright:      Vladimir Shabanov 2013 author:         Vladimir Shabanov <vshabanoff@gmail.com> maintainer:     Vladimir Shabanov <vshabanoff@gmail.com>