ocamlPackages.hack_parallel: use Dune 3

And disable for OCaml < 4.08 (broken)
This commit is contained in:
Vincent Laporte 2023-04-09 07:08:24 +02:00 committed by Vincent Laporte
parent c8c0901412
commit 244c5561fb

View File

@ -3,8 +3,8 @@
buildDunePackage rec {
pname = "hack_parallel";
version = "1.0.1";
useDune2 = true;
minimumOcamlVersion = "4.04.1";
duneVersion = "3";
minimalOCamlVersion = "4.08";
src = fetchFromGitHub {
owner = "rvantonder";