Merge pull request #44289 from vbgl/ocaml-core_kernel-0.11.1

ocamlPackages.core_kernel: 0.11.0 -> 0.11.1
This commit is contained in:
Jörg Thalheim 2018-08-01 11:54:07 +01:00 committed by GitHub
commit ff75efc953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -284,8 +284,9 @@ rec {
};
core_kernel = janePackage {
version = "0.11.1";
name = "core_kernel";
hash = "0xaw8189i9z72fvzbxfv1qrf4wvj8v45bl7g3z7ynsqkvh6smr7d";
hash = "1dg7ygy7i64c5gaakb1cp1b26p9ks81vbxmb8fd7jff2q60j2z2g";
propagatedBuildInputs = [ configurator jane-street-headers sexplib splittable_random ];
meta.description = "Jane Street's standard library overlay (kernel)";
};