variantslib: 109.15.03 -> 109.15.03/113.33.03

PPX/P4 split
This commit is contained in:
Matthew Maurer
2016-09-13 20:35:10 -04:00
parent fc4b5786cd
commit 7ea027862c
4 changed files with 26 additions and 5 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_p4, typerep_p4, variantslib}:
pipebang, sexplib_p4, typerep_p4, variantslib_p4}:
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_p4 herelib pipebang sexplib_p4
typerep_p4 variantslib ];
typerep_p4 variantslib_p4 ];
meta = with stdenv.lib; {
homepage = https://github.com/janestreet/core_kernel;