From ba4ea7e965671ddc503b3067cac97e1e1c6b9c2d Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 11 Jan 2025 10:59:35 +0100 Subject: [PATCH] =?UTF-8?q?ocamlPackages.z3:=20require=20OCaml=20=E2=89=A5?= =?UTF-8?q?=204.08?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/z3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/z3/default.nix b/pkgs/development/ocaml-modules/z3/default.nix index 39f893d41876..036c528de572 100644 --- a/pkgs/development/ocaml-modules/z3/default.nix +++ b/pkgs/development/ocaml-modules/z3/default.nix @@ -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