packages feed

http-conduit-downloader 1.1.0 → 1.1.1

raw patch · 3 files changed

+6/−5 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright Vladimir Shabanov 2011-2020.+Copyright (c) 2011-2020, Vladimir Shabanov All rights reserved.  Redistribution and use in source and binary forms, with or without@@ -13,7 +13,7 @@       disclaimer in the documentation and/or other materials provided       with the distribution. -    * Neither the name of Neil Mitchell nor the names of other+    * Neither the name of the copyright holders nor the names of other       contributors may be used to endorse or promote products derived       from this software without specific prior written permission. 
Network/HTTP/Conduit/Downloader.hs view
@@ -513,6 +513,7 @@           , 302 -- Found           , 303 -- See other           , 307 -- Temporary redirect+          , 308 -- Permanent redirect           ] then         case lookup "location" headers of             Just (B.unpack -> loc) ->
http-conduit-downloader.cabal view
@@ -1,8 +1,8 @@ cabal-version:  2.4 name:           http-conduit-downloader-version:        1.1.0-author:         Vladimir Shabanov <vshabanoff@gmail.com>-maintainer:     Vladimir Shabanov <vshabanoff@gmail.com>+version:        1.1.1+author:         Vladimir Shabanov <dev@vshabanov.com>+maintainer:     Vladimir Shabanov <dev@vshabanov.com> homepage:       https://github.com/bazqux/http-conduit-downloader license:        BSD-3-Clause category:       Web