packages feed

wreq 0.5.4.2 → 0.5.4.3

raw patch · 2 files changed

+8/−3 lines, 2 filesdep +cryptondep −cryptonite

Dependencies added: crypton

Dependencies removed: cryptonite

Files

changelog.md view
@@ -1,5 +1,10 @@ -*- markdown -*- +2023-08-15 0.5.4.3++* Replace cryptonite(deprecated) with crypto++ 2023-08-15 0.5.4.2  * Fix base bounds
wreq.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                wreq-version:             0.5.4.2+version:             0.5.4.3 synopsis:            An easy-to-use HTTP client library. description:   .@@ -37,7 +37,7 @@ copyright:           2014 Bryan O'Sullivan category:            Web build-type:          Custom-tested-with:         GHC==9.2.8+tested-with:         GHC ==9.2.8 || ==9.4.8 || ==9.6.4 extra-source-files:   README.md   TODO.md@@ -110,7 +110,7 @@     bytestring >= 0.9,     case-insensitive,     containers,-    cryptonite,+    crypton,     exceptions >= 0.5,     ghc-prim,     hashable,