From ef7d361ee0184b76c6177ac761dc29389e5491cf Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 9 Apr 2025 22:35:36 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.ocamlformat=5F0=5F26=5F2:=20disab?= =?UTF-8?q?le=20for=20OCaml=20=E2=89=A5=205.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/ocamlformat/ocamlformat.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/ocamlformat/ocamlformat.nix b/pkgs/development/ocaml-modules/ocamlformat/ocamlformat.nix index f41abb136091..dc2671a265f0 100644 --- a/pkgs/development/ocaml-modules/ocamlformat/ocamlformat.nix +++ b/pkgs/development/ocaml-modules/ocamlformat/ocamlformat.nix @@ -18,6 +18,7 @@ lib.throwIf ( lib.versionAtLeast ocaml.version "5.0" && !lib.versionAtLeast version "0.23" || lib.versionAtLeast ocaml.version "5.2" && !lib.versionAtLeast version "0.26.2" + || lib.versionAtLeast ocaml.version "5.3" && !lib.versionAtLeast version "0.27" ) "ocamlformat ${version} is not available for OCaml ${ocaml.version}"