ocamlPackages.core_bench: fix on OCaml ≥ 4.03

This commit is contained in:
Vincent Laporte 2017-06-26 07:57:17 +02:00
parent e082162f09
commit 6b89bcbaa6

View file

@ -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 =