ocamlPackages.ppx_gen_rec: use Dune 3

This commit is contained in:
Vincent Laporte 2023-05-02 06:07:34 +02:00
parent f66a49ccbb
commit 89a31f56e9
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -9,8 +9,8 @@ buildDunePackage rec {
sha256 = "sha256-/mMj5UT22KQGVy1sjgEoOgPzyCYyeDPtWJYNDvQ9nlk=";
};
minimumOCamlVersion = "4.07";
useDune2 = true;
minimalOCamlVersion = "4.07";
duneVersion = "3";
buildInputs = [ ppxlib ];