ocamlPackages.mirage-runtime: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-23 06:04:15 +01:00
parent c9d19defb1
commit f2aa79b5e1
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -8,6 +8,7 @@ buildDunePackage rec {
inherit (functoria-runtime) src version;
minimalOCamlVersion = "4.08";
duneVersion = "3";
propagatedBuildInputs = [ ipaddr functoria-runtime fmt logs lwt ];
checkInputs = [ alcotest ];