Unverified Commit ef7d361e authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.ocamlformat_0_26_2: disable for OCaml ≥ 5.3

parent f19a5a36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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}"