about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/emile
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-08-23 08:04:50 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-08-31 07:36:39 +0200
commit0f4f35c7b05a559bee99bb2be45f850af8e3bda8 (patch)
tree4387e317c287a5509e01792ef29e56f5628006e8 /pkgs/development/ocaml-modules/emile
parent30942c90cbdf884dc6df63fbec859ac812e7d9d1 (diff)
downloadnixlib-0f4f35c7b05a559bee99bb2be45f850af8e3bda8.tar
nixlib-0f4f35c7b05a559bee99bb2be45f850af8e3bda8.tar.gz
nixlib-0f4f35c7b05a559bee99bb2be45f850af8e3bda8.tar.bz2
nixlib-0f4f35c7b05a559bee99bb2be45f850af8e3bda8.tar.lz
nixlib-0f4f35c7b05a559bee99bb2be45f850af8e3bda8.tar.xz
nixlib-0f4f35c7b05a559bee99bb2be45f850af8e3bda8.tar.zst
nixlib-0f4f35c7b05a559bee99bb2be45f850af8e3bda8.zip
ocamlPackages.fmt: 0.8.9 → 0.9.0
Diffstat (limited to 'pkgs/development/ocaml-modules/emile')
-rw-r--r--pkgs/development/ocaml-modules/emile/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/emile/default.nix b/pkgs/development/ocaml-modules/emile/default.nix
index d296e3de967b..e2572ba6ae8a 100644
--- a/pkgs/development/ocaml-modules/emile/default.nix
+++ b/pkgs/development/ocaml-modules/emile/default.nix
@@ -25,9 +25,9 @@ buildDunePackage rec {
   ];
 
   # technically emile is available for ocaml >= 4.03, but alcotest
-  # and angstrom (fmt) are only available for >= 4.05. Disabling
-  # tests for < 4.05 at least improves the error message
-  doCheck = lib.versionAtLeast ocaml.version "4.05";
+  # and angstrom (fmt) are only available for >= 4.08. Disabling
+  # tests for < 4.08 at least improves the error message
+  doCheck = lib.versionAtLeast ocaml.version "4.08";
   checkInputs = [ alcotest ];
 
   meta = with lib; {