ocamlPackages.z3: require OCaml ≥ 4.08
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user