ocamlPackages.stringext: disable tests with OCaml < 4.08

This commit is contained in:
Vincent Laporte
2021-09-27 05:59:07 +02:00
committed by Vincent Laporte
parent bb7692db80
commit 801b070c40
@@ -1,6 +1,6 @@
{ lib, fetchurl, ocaml, buildDunePackage, ounit, qtest
# Optionally enable tests; test script use OCaml-4.01+ features
, doCheck ? lib.versionAtLeast ocaml.version "4.04"
, doCheck ? lib.versionAtLeast ocaml.version "4.08"
}:
let version = "1.6.0"; in