OCaml: default to version 4.09

This commit is contained in:
Vincent Laporte
2020-04-04 13:26:33 +02:00
committed by Vincent Laporte
parent d8f5bcefeb
commit 4dd89ce0a0
+1 -1
View File
@@ -1234,5 +1234,5 @@ in let inherit (pkgs) callPackage; in rec
ocamlPackages_latest = ocamlPackages_4_10;
ocamlPackages = ocamlPackages_4_08;
ocamlPackages = ocamlPackages_4_09;
}