ocaml-ng.ocamlPackages_4_14.ocaml: init at 4.14.0-β1

This commit is contained in:
Vincent Laporte 2022-03-06 15:43:56 +01:00 committed by Vincent Laporte
parent 43543a6bbc
commit 9d13bf5b1c
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import ./generic.nix {
major_version = "4";
minor_version = "14";
patch_version = "0-beta1";
src = fetchTarball {
url = "https://caml.inria.fr/pub/distrib/ocaml-4.14/ocaml-4.14.0~beta1.tar.xz";
sha256 = "0jiz20hb58jbbk8j38agx11ra4hg0v3prmzc5a9j70lm09mnzfcd";
};
}

View file

@ -1580,6 +1580,8 @@ in let inherit (pkgs) callPackage; in rec
ocamlPackages_4_13 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.13.nix { });
ocamlPackages_4_14 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.14.nix { });
ocamlPackages_latest = ocamlPackages_4_13;
ocamlPackages = ocamlPackages_4_13;