ocamlPackages.z3: require OCaml ≥ 4.08

This commit is contained in:
Vincent Laporte
2025-01-11 10:59:35 +01:00
parent 1e3231c003
commit ba4ea7e965
@@ -7,7 +7,7 @@
z3,
}:
if lib.versionOlder ocaml.version "4.07" then
if lib.versionOlder ocaml.version "4.08" then
throw "z3 is not available for OCaml ${ocaml.version}"
else