ocamlPackages.ocamlformat_0_26_2: disable for OCaml ≥ 5.3
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user