ocaml: default to version 5.4

This commit is contained in:
Vincent Laporte
2026-01-23 14:02:26 +01:00
parent dc629aeb5e
commit a9e0a68955
+1 -1
View File
@@ -2355,7 +2355,7 @@ rec {
ocamlPackages_latest = ocamlPackages_5_4;
ocamlPackages = ocamlPackages_5_3;
ocamlPackages = ocamlPackages_5_4;
# We still have packages that rely on unsafe-string, which is deprecated in OCaml 4.06.0.
# Below are aliases for porting them to the latest versions of the OCaml 4 series.