ocamlPackages.conduit-async: Add back async_ssl dependency

This dependency is required for Cohttp_async to be able to establish
HTTPS connections.
This commit is contained in:
Aaron L. Zeng
2025-12-15 20:39:58 -05:00
parent 109a7269fb
commit 427dae5a60
@@ -1,6 +1,7 @@
{
buildDunePackage,
async,
async_ssl ? null,
ppx_sexp_conv,
ppx_here,
uri,
@@ -25,6 +26,7 @@ buildDunePackage {
propagatedBuildInputs = [
async
async_ssl
conduit
uri
ipaddr