Skip to content

Commit

Permalink
ocaml-ng.ocamlPackages_4_12.ocaml: init at 4.12.0-α1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Nov 25, 2020
1 parent e40f4ac commit 254f2ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/development/compilers/ocaml/4.12.nix
Original file line number Diff line number Diff line change
@@ -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";
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 254f2ba

Please sign in to comment.