ocaml: default to version 5.2

This commit is contained in:
Vincent Laporte 2024-10-03 06:04:27 +02:00 committed by Vincent Laporte
parent 55c1ba8d15
commit 65d98cb037

View File

@ -2059,7 +2059,7 @@ in let inherit (pkgs) callPackage; in rec
ocamlPackages_latest = ocamlPackages_5_2;
ocamlPackages = ocamlPackages_5_1;
ocamlPackages = ocamlPackages_5_2;
# 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.