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: 1dddfb24c944
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 32e4d072a0d8
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 25, 2020

  1. ocamlPackages.async_shell: remove at 109.28.03

    This is a legacy version for OCaml 4.02
    vbgl committed Apr 25, 2020
    Copy the full SHA
    05db4f4 View commit details

Commits on Apr 27, 2020

  1. Copy the full SHA
    32e4d07 View commit details
Showing with 0 additions and 27 deletions.
  1. +0 −22 pkgs/development/ocaml-modules/async_shell/default.nix
  2. +0 −5 pkgs/top-level/ocaml-packages.nix
22 changes: 0 additions & 22 deletions pkgs/development/ocaml-modules/async_shell/default.nix

This file was deleted.

5 changes: 0 additions & 5 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
@@ -45,11 +45,6 @@ let

async_kernel_p4 = callPackage ../development/ocaml-modules/async_kernel { };

async_shell =
if lib.versionOlder "4.03" ocaml.version
then janeStreet.async_shell
else callPackage ../development/ocaml-modules/async_shell { };

async_unix_p4 = callPackage ../development/ocaml-modules/async_unix { };

async_p4 =