ocamlPackages.odoc: use Dune 3

This commit is contained in:
Vincent Laporte 2023-05-10 20:06:16 +02:00
parent ffcb033f38
commit 96791f64e9
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -13,8 +13,7 @@ buildDunePackage rec {
sha256 = "sha256-9XTb0ozQ/DorlVJcS7ld320fZAi7T+EhV/pTeIT5h/0=";
};
# dune 3 is required for tests to pass
duneVersion = if doCheck then "3" else "2";
duneVersion = "3";
nativeBuildInputs = [ cppo ];
buildInputs = [ astring cmdliner fpath result tyxml odoc-parser fmt ];