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,5 +1,5 @@
{stdenv, buildOcaml, fetchurl, core_kernel,
bin_prot, fieldslib, pa_ounit, pa_test,
bin_prot, fieldslib_p4, pa_ounit, pa_test,
sexplib, herelib}:
buildOcaml rec {
@@ -14,7 +14,7 @@ buildOcaml rec {
};
buildInputs = [ pa_test pa_ounit ];
propagatedBuildInputs = [ core_kernel bin_prot fieldslib herelib sexplib ];
propagatedBuildInputs = [ core_kernel bin_prot fieldslib_p4 herelib sexplib ];
meta = with stdenv.lib; {
homepage = https://github.com/janestreet/async_kernel;