Skip to content

Commit

Permalink
ocaml: init at 4.06.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Nov 3, 2017
1 parent 3328e35 commit 4f7c0ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions pkgs/development/compilers/ocaml/4.06.nix
@@ -0,0 +1,9 @@
import ./generic.nix {
major_version = "4";
minor_version = "06";
patch_version = "0";
sha256 = "1dy542yfnnw10zvh5s9qzswliq11mg7l0bcyss3501qw3vwvadhj";

# If the executable is stipped it does not work
dontStrip = true;
}
4 changes: 3 additions & 1 deletion pkgs/top-level/ocaml-packages.nix
Expand Up @@ -990,7 +990,9 @@ in rec

ocamlPackages_4_05 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.05.nix { }) (self: super: { });

ocamlPackages_latest = ocamlPackages_4_05;
ocamlPackages_4_06 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.06.nix { }) (self: super: { });

ocamlPackages_latest = ocamlPackages_4_06;

ocamlPackages = ocamlPackages_4_04;
}

0 comments on commit 4f7c0ae

Please sign in to comment.