ocaml: default to version 5.1
This commit is contained in:
committed by
Vincent Laporte
parent
dcfab24a6d
commit
cbd643e7f4
@@ -1981,7 +1981,7 @@ in let inherit (pkgs) callPackage; in rec
|
||||
|
||||
ocamlPackages_latest = ocamlPackages_5_1;
|
||||
|
||||
ocamlPackages = ocamlPackages_4_14;
|
||||
ocamlPackages = ocamlPackages_5_1;
|
||||
|
||||
# This is a nasty way to replace toplevel janestreet attributes in the scope,
|
||||
# so that modules outside of ocamlPackages that depend on JS OCaml libraries
|
||||
|
||||
Reference in New Issue
Block a user