ocaml-ng.ocamlPackages_4_10.ocaml: init at 4.10.0+beta1

This commit is contained in:
Vincent Laporte 2020-01-13 16:57:57 +01:00 committed by Vincent Laporte
parent 50c3ac29ac
commit bd5a596868
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
import ./generic.nix {
major_version = "4";
minor_version = "10";
patch_version = "0+beta1";
sha256 = "18jrgww98v1famb2x5jhbsnm4ngph2rvq0z4cxpqxfn06yb53jyf";
}

View file

@ -1232,6 +1232,8 @@ in let inherit (pkgs) callPackage; in rec
ocamlPackages_4_09 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.09.nix { });
ocamlPackages_4_10 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.10.nix { });
ocamlPackages_latest = ocamlPackages_4_09;
ocamlPackages = ocamlPackages_4_07;