http-conduit 2.3.8.1 → 2.3.8.2
raw patch · 2 files changed
+6/−1 lines, 2 filesdep +crypton-connection
Dependencies added: crypton-connection
Files
- ChangeLog.md +4/−0
- http-conduit.cabal +2/−1
ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for http-conduit +## 2.3.8.2++* Add missing `crypton-connection` dependency+ ## 2.3.8.1 * Drop `connection` dependency
http-conduit.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.10 name: http-conduit-version: 2.3.8.1+version: 2.3.8.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -63,6 +63,7 @@ , HUnit , hspec >= 1.3 , data-default-class+ , crypton-connection , warp-tls , tls < 1.5 || >= 1.5.2 , time