ocamlPackages.psq: disable tests with OCaml < 4.08

main
Vincent Laporte 3 years ago committed by Vincent Laporte
parent c5a5f7b13d
commit 8c32eb1a99
  1. 2
      pkgs/development/ocaml-modules/psq/default.nix

@ -14,7 +14,7 @@ buildDunePackage rec {
propagatedBuildInputs = [ seq ];
doCheck = lib.versionAtLeast ocaml.version "4.07";
doCheck = lib.versionAtLeast ocaml.version "4.08";
checkInputs = [ qcheck-alcotest ];
meta = {

Loading…
Cancel
Save