fieldslib: 109.20.03 -> 109.20.03/113.33.03

PPX/P4 legacy split
This commit is contained in:
Matthew Maurer
2016-09-13 19:58:42 -04:00
parent b0c76ca173
commit 3eb02d9f38
10 changed files with 40 additions and 17 deletions

View File

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