ocaml-typerep: 112.24.00 -> 112.24.00/113.33.03

Split typerep into ppx supporting (modern) and p4 supporting (legacy)
This commit is contained in:
Matthew Maurer
2016-09-13 19:21:04 -04:00
parent 794b4fbfb9
commit d97392c39a
4 changed files with 27 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{stdenv, buildOcaml, fetchurl, type_conv,
bin_prot, comparelib, custom_printf, enumerate,
fieldslib, herelib, pa_bench, pa_test, pa_ounit,
pipebang, sexplib, typerep, variantslib}:
pipebang, sexplib, typerep_p4, variantslib}:
buildOcaml rec {
name = "core_kernel";
@@ -19,7 +19,7 @@ buildOcaml rec {
buildInputs = [ pa_test pa_ounit ];
propagatedBuildInputs = [ type_conv pa_bench bin_prot comparelib custom_printf
enumerate fieldslib herelib pipebang sexplib
typerep variantslib ];
typerep_p4 variantslib ];
meta = with stdenv.lib; {
homepage = https://github.com/janestreet/core_kernel;