ocamlPackages.paf: add missing dependency httpaf

This commit is contained in:
Vincent Laporte 2024-09-17 17:15:04 +02:00 committed by Vincent Laporte
parent b4c420c9d4
commit d6e9ce6329

View File

@ -19,6 +19,7 @@
, uri
, alcotest-lwt
, cstruct
, httpaf
}:
buildDunePackage rec {
@ -43,6 +44,7 @@ buildDunePackage rec {
tls
cstruct
tcpip
httpaf
];
doCheck = true;