sexplib: 112.24.01 -> 112.24.01/113.33.03

PPX/P4 split
This commit is contained in:
Matthew Maurer
2016-09-13 20:21:56 -04:00
parent 3eb02d9f38
commit fc4b5786cd
20 changed files with 57 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
{stdenv, buildOcaml, fetchurl, type_conv,
bin_prot, comparelib, custom_printf, enumerate,
fieldslib_p4, herelib, pa_bench, pa_test, pa_ounit,
pipebang, sexplib, typerep_p4, variantslib}:
pipebang, sexplib_p4, typerep_p4, variantslib}:
buildOcaml rec {
name = "core_kernel";
@@ -18,7 +18,7 @@ buildOcaml rec {
buildInputs = [ pa_test pa_ounit ];
propagatedBuildInputs = [ type_conv pa_bench bin_prot comparelib custom_printf
enumerate fieldslib_p4 herelib pipebang sexplib
enumerate fieldslib_p4 herelib pipebang sexplib_p4
typerep_p4 variantslib ];
meta = with stdenv.lib; {