ocamlPackages.stringext: disable tests with OCaml < 4.08

main
Vincent Laporte 3 years ago committed by Vincent Laporte
parent bb7692db80
commit 801b070c40
  1. 2
      pkgs/development/ocaml-modules/stringext/default.nix

@ -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

Loading…
Cancel
Save