ocamlPackages.ff: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-10 14:14:53 +02:00
parent 7464ae25e7
commit 23100ea3c8
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F
3 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@
buildDunePackage rec {
pname = "ff";
inherit (ff-sig) version src;
duneVersion = "3";
propagatedBuildInputs = [
ff-sig

View file

@ -5,6 +5,7 @@ buildDunePackage {
inherit (ff-sig) version src;
minimalOCamlVersion = "4.08";
duneVersion = "3";
checkInputs = [
alcotest

View file

@ -10,6 +10,8 @@ buildDunePackage rec {
sha256 = "sha256-IoUH4awMOa1pm/t8E5io87R0TZsAxJjGWaXhXjn/w+Y=";
};
duneVersion = "3";
propagatedBuildInputs = [
zarith
];