ocamlPackages.janeStreet.{base,sexplib}: 0.9.0 -> 0.9.1

This commit is contained in:
Théo Zimmermann 2017-05-15 15:16:17 +02:00 committed by Profpatsch
parent 1cff0701ef
commit 1562201643

View File

@ -6,19 +6,21 @@ rec {
# Jane Street packages, up to ppx_core
base = janePackage {
name = "base";
hash = "0niwgd20n32p3jhgw96jlcp2lm1j58pvq07kd6hkzvdchjqgajlf";
meta.description = "Full standard library replacement for OCaml";
};
sexplib = janePackage {
name = "sexplib";
hash = "1cj0sv7zwy6njckiszym57zjwdkay78r9fncblsacqijzsdjl6dd";
propagatedBuildInputs = [ base ];
version = "0.9.1";
hash = "087md38l73lp24j2lmwi053jjav00k11r06s6whmff1xlhj70wdj";
meta.description = "Automated S-expression conversion";
};
base = janePackage {
name = "base";
version = "0.9.1";
hash = "09gj30zyv23gv3gkf2pb3d3ywmkgd74dq8sfaps5xarr3grvndhm";
propagatedBuildInputs = [ sexplib ];
meta.description = "Full standard library replacement for OCaml";
};
ocaml-compiler-libs = janePackage {
name = "ocaml-compiler-libs";
hash = "1jz3nfrb6295sj4xj1j0zld8mhfj0xy2k4vlp9yf9sh3748n090l";