ocaml-ng.ocamlPackages_4_11.ocaml: init at 4.11.0+α1

This commit is contained in:
Vincent Laporte 2020-05-09 08:28:14 +02:00 committed by Vincent Laporte
parent 13356e3301
commit df70dcb6fb
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,6 @@
import ./generic.nix {
major_version = "4";
minor_version = "11";
patch_version = "0+alpha1";
sha256 = "02sbwm00h2zxzyq5q90lg2a6m93zr797azshkb2qcwcf1kr7ddqg";
}

View file

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