3
0
Fork 0
forked from mirrors/nixpkgs

ocamlPackages.expect_test_helpers_kernel: init at 0.12.0

This commit is contained in:
Vincent Laporte 2019-09-23 20:47:07 +00:00 committed by Vincent Laporte
parent e0dcde83b0
commit 2c87f4f07e

View file

@ -436,6 +436,14 @@ rec {
propagatedBuildInputs = [ ppx_base re sexplib ];
};
expect_test_helpers_kernel = janePackage {
pname = "expect_test_helpers_kernel";
hash = "18ya187y2i2hfxr771sd9vy5jdsa30vhs56yjdhwk06v01b2fzbq";
meta.description = "Helpers for writing expectation tests";
buildInputs = [ ppx_jane ];
propagatedBuildInputs = [ core_kernel sexp_pretty ];
};
### Packages at version 0.11, with dependencies at version 0.12
configurator = janePackage {