Skip to content

Commit

Permalink
ocamlPackages.core: remove at 112.24.01
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 28, 2020
1 parent 7547926 commit eab4103
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
30 changes: 0 additions & 30 deletions pkgs/development/ocaml-modules/core/default.nix

This file was deleted.

19 changes: 0 additions & 19 deletions pkgs/development/ocaml-modules/janestreet/core.nix

This file was deleted.

9 changes: 0 additions & 9 deletions pkgs/top-level/ocaml-packages.nix
Expand Up @@ -591,8 +591,6 @@ let

core_kernel_p4 = callPackage ../development/ocaml-modules/core_kernel { };

core_p4 = callPackage ../development/ocaml-modules/core { };

ocamlbuild =
if lib.versionOlder "4.03" ocaml.version then
callPackage ../development/tools/ocaml/ocamlbuild { }
Expand Down Expand Up @@ -1169,13 +1167,6 @@ let
then callPackage ../development/ocaml-modules/janestreet/core_kernel.nix {}
else core_kernel_p4;

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

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

0 comments on commit eab4103

Please sign in to comment.