mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ocaml-ng.ocamlPackages_4_14.ocaml: init at 4.14.0-β1
This commit is contained in:
parent
43543a6bbc
commit
9d13bf5b1c
2 changed files with 11 additions and 0 deletions
9
pkgs/development/compilers/ocaml/4.14.nix
Normal file
9
pkgs/development/compilers/ocaml/4.14.nix
Normal 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";
|
||||
};
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue