http-conduit-downloader 1.1.4 → 1.1.5
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~http-clientPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http-client
API changes (from Hackage documentation)
Files
Network/HTTP/Conduit/Downloader.hs view
@@ -149,6 +149,7 @@ (C.opensslManagerSettings $ return globalSSLContext) { C.managerProxyInsecure = C.proxyFromRequest , C.managerProxySecure = C.proxyFromRequest+ , C.managerMaxHeaderLength = Just $ C.MaxHeaderLength 65536 } , dsMaxDownloadSize = 10*1024*1024 }
http-conduit-downloader.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: http-conduit-downloader-version: 1.1.4+version: 1.1.5 author: Vladimir Shabanov <dev@vshabanov.com> maintainer: Vladimir Shabanov <dev@vshabanov.com> homepage: https://github.com/bazqux/http-conduit-downloader@@ -47,7 +47,7 @@ default-language: Haskell2010 build-depends: base == 4.*,- http-client == 0.7.3.*,+ http-client == 0.7.16.*, http-client-openssl == 0.3.3.*, zlib, http-types, data-default, bytestring, text,