ocamlPackages.janeStreet: 0.10 -> 0.11

This commit is contained in:
Vincent Laporte
2018-07-05 19:40:31 +00:00
parent 1bb95d8409
commit 3b0cd74f55
9 changed files with 387 additions and 304 deletions
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, ocaml, findlib, jbuilder, ppx_sexp_conv, ounit
, ppx_deriving, re, sexplib, stringext
, re, sexplib, stringext
}:
stdenv.mkDerivation rec {
@@ -13,8 +13,8 @@ stdenv.mkDerivation rec {
unpackCmd = "tar -xjf $curSrc";
buildInputs = [ ocaml findlib jbuilder ppx_sexp_conv ounit ];
propagatedBuildInputs = [ ppx_deriving re sexplib stringext ];
buildInputs = [ ocaml findlib jbuilder ounit ];
propagatedBuildInputs = [ ppx_sexp_conv re sexplib stringext ];
buildPhase = "jbuilder build";