Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamlPackages.async: remove at 112.24.00 #86836

Merged
merged 1 commit into from May 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 0 additions & 23 deletions pkgs/development/ocaml-modules/async/default.nix

This file was deleted.

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

This file was deleted.

12 changes: 0 additions & 12 deletions pkgs/top-level/ocaml-packages.nix
Expand Up @@ -42,11 +42,6 @@ let

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

async_p4 =
if lib.versionOlder "4.02" ocaml.version
then callPackage ../development/ocaml-modules/async { }
else null;

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

atdgen = callPackage ../development/ocaml-modules/atdgen { };
Expand Down Expand Up @@ -1213,13 +1208,6 @@ let
then callPackage ../development/ocaml-modules/janestreet/async-extra.nix {}
else async_extra_p4;

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

# Apps / from all-packages

ocamlnat = callPackage ../development/ocaml-modules/ocamlnat { };
Expand Down