Skip to content

Commit

Permalink
ocamlPackages.core_bench: fix on OCaml ≥ 4.03
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Jun 26, 2017
1 parent e082162 commit 6b89bcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/top-level/ocaml-packages.nix
Expand Up @@ -754,6 +754,8 @@ let
else bin_prot_p4;

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

core_kernel =
Expand Down

0 comments on commit 6b89bcb

Please sign in to comment.