Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
ocamlPackages.async_kernel: remove at 112.24.00
Browse files Browse the repository at this point in the history
This is a legacy version for OCaml 4.02
  • Loading branch information
vbgl committed May 27, 2020
1 parent 90159ed commit 670237e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
25 changes: 0 additions & 25 deletions pkgs/development/ocaml-modules/async_kernel/default.nix

This file was deleted.

16 changes: 0 additions & 16 deletions pkgs/development/ocaml-modules/janestreet/async-kernel.nix

This file was deleted.

9 changes: 0 additions & 9 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ let

astring = callPackage ../development/ocaml-modules/astring { };

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

atd = callPackage ../development/ocaml-modules/atd { };

atdgen = callPackage ../development/ocaml-modules/atdgen { };
Expand Down Expand Up @@ -1178,13 +1176,6 @@ let
then callPackage ../development/ocaml-modules/janestreet/core.nix {}
else core_p4;

async_kernel =
if lib.versionOlder "4.03" ocaml.version
then janeStreet.async_kernel
else if lib.versionOlder "4.02" ocaml.version
then callPackage ../development/ocaml-modules/janestreet/async-kernel.nix {}
else async_kernel_p4;

async_rpc_kernel =
if lib.versionOlder "4.03" ocaml.version
then janeStreet.async_rpc_kernel
Expand Down

0 comments on commit 670237e

Please sign in to comment.