ocamlPackages.alcotest-mirage: use Dune 3

This commit is contained in:
Vincent Laporte 2023-03-10 20:51:10 +01:00
parent 629c0fbcad
commit 8122f3ef0d
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -5,6 +5,8 @@ buildDunePackage {
inherit (alcotest) version src;
duneVersion = "3";
propagatedBuildInputs = [ alcotest lwt logs mirage-clock duration ];
doCheck = true;