about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/janestreet
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-09-23 20:47:07 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-10-03 08:26:41 +0200
commit2c87f4f07e83f14acfe31c0a3ec1183156f30803 (patch)
tree3e4ff047567f27e79705ed7ffb34a8de6d43aa72 /pkgs/development/ocaml-modules/janestreet
parente0dcde83b00f8d9052372a070b5d15b0276551fb (diff)
downloadnixlib-2c87f4f07e83f14acfe31c0a3ec1183156f30803.tar
nixlib-2c87f4f07e83f14acfe31c0a3ec1183156f30803.tar.gz
nixlib-2c87f4f07e83f14acfe31c0a3ec1183156f30803.tar.bz2
nixlib-2c87f4f07e83f14acfe31c0a3ec1183156f30803.tar.lz
nixlib-2c87f4f07e83f14acfe31c0a3ec1183156f30803.tar.xz
nixlib-2c87f4f07e83f14acfe31c0a3ec1183156f30803.tar.zst
nixlib-2c87f4f07e83f14acfe31c0a3ec1183156f30803.zip
ocamlPackages.expect_test_helpers_kernel: init at 0.12.0
Diffstat (limited to 'pkgs/development/ocaml-modules/janestreet')
-rw-r--r--pkgs/development/ocaml-modules/janestreet/0.12.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/janestreet/0.12.nix b/pkgs/development/ocaml-modules/janestreet/0.12.nix
index c7d9fc76771d..bba763db1542 100644
--- a/pkgs/development/ocaml-modules/janestreet/0.12.nix
+++ b/pkgs/development/ocaml-modules/janestreet/0.12.nix
@@ -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 {