ocamlPackages.mirage-runtime: use Dune 3
This commit is contained in:
parent
c9d19defb1
commit
f2aa79b5e1
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user