ocamlPackages.webmachine: use Dune 2

This commit is contained in:
Vincent Laporte
2020-10-30 20:30:56 +01:00
committed by Vincent Laporte
parent 936ef7525d
commit 4afd690197
@@ -6,6 +6,7 @@
buildDunePackage rec {
pname = "webmachine";
version = "0.6.2";
useDune2 = true;
minimumOCamlVersion = "4.04";