Skip to content

Commit

Permalink
Use the latest ocaml-system 4.14.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rizo authored Sep 6, 2023
1 parent d5dd7ee commit a5de90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/onix_core/Nix_utils.ml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ let make_ocaml_packages_path version =
| "4.11.2" -> "ocaml-ng.ocamlPackages_4_11.ocaml"
| "4.12.1" -> "ocaml-ng.ocamlPackages_4_12.ocaml"
| "4.13.1" -> "ocaml-ng.ocamlPackages_4_13.ocaml"
| "4.14.0" -> "ocaml-ng.ocamlPackages_4_14.ocaml"
| "4.14.1" -> "ocaml-ng.ocamlPackages_4_14.ocaml"
(* [NOTE] This currently doesn't work because opam doesn't have the "-beta1"
version. Once `ocamlPackages` has a non-beta 5.0, we can add it here. *)
(* | "5.0.0-beta1" -> "ocaml-ng.ocamlPackages_5_0.ocaml" *)
Expand Down

0 comments on commit a5de90d

Please sign in to comment.