ocamlPackages.higlo: use Dune 3

This commit is contained in:
Vincent Laporte
2023-03-21 13:05:42 +01:00
parent 862746a32f
commit afd961fa80
@@ -3,7 +3,7 @@
buildDunePackage rec {
pname = "higlo";
version = "0.8";
useDune2 = true;
duneVersion = "3";
src = fetchFromGitLab {
domain = "framagit.org";
owner = "zoggy";