http-download 0.2.0.0 → 0.2.1.0
raw patch · 2 files changed
+7/−9 lines, 2 filesdep +cryptondep +crypton-conduitdep −cryptonitedep −cryptonite-conduitPVP ok
version bump matches the API change (PVP)
Dependencies added: crypton, crypton-conduit
Dependencies removed: cryptonite, cryptonite-conduit
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- http-download.cabal +6/−8
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2015-2019, Stack contributors+Copyright (c) 2015-2023, Stack contributors All rights reserved. Redistribution and use in source and binary forms, with or without
http-download.cabal view
@@ -1,13 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.32.0.+-- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack------ hash: 0eb36743b21d8003fc0ab6478ffc685d061b3c386bb35b293c1a50718a5fbd78 name: http-download-version: 0.2.0.0+version: 0.2.1.0 synopsis: Verified downloads with retries description: Higher level HTTP download APIs include verification of content and retries category: Development@@ -15,7 +13,7 @@ bug-reports: https://github.com/commercialhaskell/http-download/issues author: Michael Snoyman maintainer: michael@snoyman.com-copyright: 2018-2019 FP Complete+copyright: 2018-2023 FP Complete license: BSD3 license-file: LICENSE build-type: Simple@@ -38,8 +36,8 @@ , bytestring , conduit , conduit-extra- , cryptonite- , cryptonite-conduit+ , crypton+ , crypton-conduit , directory , exceptions , filepath@@ -64,7 +62,7 @@ test build-depends: base >=4.10 && <5- , cryptonite+ , crypton , hspec , hspec-discover , http-client