ocamlPackages.expect_test_helpers: init at 0.12.0

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

View File

@ -444,6 +444,13 @@ rec {
propagatedBuildInputs = [ core_kernel sexp_pretty ];
};
expect_test_helpers = janePackage {
pname = "expect_test_helpers";
hash = "0ixqck2lnsmz107yw0q2sr8va80skjpldx7lz4ymjiq2vsghk0rb";
meta.description = "Async helpers for writing expectation tests";
propagatedBuildInputs = [ async expect_test_helpers_kernel ];
};
### Packages at version 0.11, with dependencies at version 0.12
configurator = janePackage {