ocaml-ng.ocamlPackages_4_12.ocaml: init at 4.12.0-α1

This commit is contained in:
Vincent Laporte 2020-11-18 08:10:53 +01:00 committed by Vincent Laporte
parent e40f4acb27
commit 254f2bad97
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,9 @@
import ./generic.nix {
major_version = "4";
minor_version = "12";
patch_version = "0-alpha1";
src = fetchTarball {
url = "http://caml.inria.fr/pub/distrib/ocaml-4.12/ocaml-4.12.0~alpha1.tar.xz";
sha256 = "1p9nnj7l43b697b6bm767znbf1h0s2lyc1qb8izr1vfpsmnm11ws";
};
}

View File

@ -1257,6 +1257,8 @@ in let inherit (pkgs) callPackage; in rec
ocamlPackages_4_11 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.11.nix { });
ocamlPackages_4_12 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.12.nix { });
ocamlPackages_latest = ocamlPackages_4_11;
ocamlPackages = ocamlPackages_4_10;