Commit 65d98cb0 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocaml: default to version 5.2

parent 55c1ba8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.