ocamlPackages.mirage-runtime: use Dune 3
This commit is contained in:
parent
c9d19defb1
commit
f2aa79b5e1
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue