mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
ocamlPackages.hack_parallel: use Dune 3
And disable for OCaml < 4.08 (broken)
This commit is contained in:
committed by
Vincent Laporte
parent
c8c0901412
commit
244c5561fb
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user