Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 50c3ac29ac04
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bd5a5968682f
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Jan 20, 2020

  1. Copy the full SHA
    bd5a596 View commit details
Showing with 8 additions and 0 deletions.
  1. +6 −0 pkgs/development/compilers/ocaml/4.10.nix
  2. +2 −0 pkgs/top-level/ocaml-packages.nix
6 changes: 6 additions & 0 deletions pkgs/development/compilers/ocaml/4.10.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import ./generic.nix {
major_version = "4";
minor_version = "10";
patch_version = "0+beta1";
sha256 = "18jrgww98v1famb2x5jhbsnm4ngph2rvq0z4cxpqxfn06yb53jyf";
}
2 changes: 2 additions & 0 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
@@ -1232,6 +1232,8 @@ in let inherit (pkgs) callPackage; in rec

ocamlPackages_4_09 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.09.nix { });

ocamlPackages_4_10 = mkOcamlPackages (callPackage ../development/compilers/ocaml/4.10.nix { });

ocamlPackages_latest = ocamlPackages_4_09;

ocamlPackages = ocamlPackages_4_07;