ocamlPackages.seqes: disable for OCaml < 4.14 & enable tests

This commit is contained in:
Vincent Laporte 2023-06-29 17:16:59 +02:00 committed by Vincent Laporte
parent 14f15e76a8
commit a123917a07

View File

@ -8,6 +8,9 @@ buildDunePackage rec {
sha256 = "sha256-IxLA0jaIPdX9Zn/GL8UHDJYjA1UBW6leGbZmp64YMjI=";
};
minimalOCamlVersion = "4.14";
doCheck = true;
checkInputs = [ qcheck qcheck-alcotest alcotest ];
meta = with lib; {