about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-06-29 17:16:59 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-07-06 21:39:21 +0200
commita123917a0726974ea1bab1ffebb49201c6c1256f (patch)
tree56f88fa67e313996e9ade81be4adcc7588ef0851 /pkgs/development/ocaml-modules
parent14f15e76a8e78f3ea2ea4c52d0e8715750379a62 (diff)
downloadnixlib-a123917a0726974ea1bab1ffebb49201c6c1256f.tar
nixlib-a123917a0726974ea1bab1ffebb49201c6c1256f.tar.gz
nixlib-a123917a0726974ea1bab1ffebb49201c6c1256f.tar.bz2
nixlib-a123917a0726974ea1bab1ffebb49201c6c1256f.tar.lz
nixlib-a123917a0726974ea1bab1ffebb49201c6c1256f.tar.xz
nixlib-a123917a0726974ea1bab1ffebb49201c6c1256f.tar.zst
nixlib-a123917a0726974ea1bab1ffebb49201c6c1256f.zip
ocamlPackages.seqes: disable for OCaml < 4.14 & enable tests
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/seqes/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/seqes/default.nix b/pkgs/development/ocaml-modules/seqes/default.nix
index 04bed64ac649..242895f95c5c 100644
--- a/pkgs/development/ocaml-modules/seqes/default.nix
+++ b/pkgs/development/ocaml-modules/seqes/default.nix
@@ -8,6 +8,9 @@ buildDunePackage rec {
     sha256 = "sha256-IxLA0jaIPdX9Zn/GL8UHDJYjA1UBW6leGbZmp64YMjI=";
   };
 
+  minimalOCamlVersion = "4.14";
+
+  doCheck = true;
   checkInputs = [ qcheck qcheck-alcotest alcotest ];
 
   meta = with lib; {