about summary refs log tree commit diff
path: root/pkgs/top-level/ocaml-packages.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-08-21 07:33:39 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-08-21 07:51:24 +0200
commit991356c8074eedea2ee40879188b9a8a622b3b4b (patch)
treefa6b866dd45ff5ba8033888ab6a83531a0bac897 /pkgs/top-level/ocaml-packages.nix
parentaa47da4c2c37d2889c85885c401c805bf4fb9844 (diff)
ocamlPackages.qcheck-lin: init at 0.2
Diffstat (limited to 'pkgs/top-level/ocaml-packages.nix')
-rw-r--r--pkgs/top-level/ocaml-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/ocaml-packages.nix b/pkgs/top-level/ocaml-packages.nix
index 3aea5e90b02ed..f62c7364302a4 100644
--- a/pkgs/top-level/ocaml-packages.nix
+++ b/pkgs/top-level/ocaml-packages.nix
@@ -1464,6 +1464,8 @@ let
 
     qcheck-core = callPackage ../development/ocaml-modules/qcheck/core.nix { };
 
+    qcheck-lin = callPackage ../development/ocaml-modules/qcheck/lin.nix { };
+
     qcheck-multicoretests-util = callPackage ../development/ocaml-modules/qcheck/multicoretests-util.nix { };
 
     qcheck-ounit = callPackage ../development/ocaml-modules/qcheck/ounit.nix { };