about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/bigarray-compat
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-02-03 21:36:34 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-02-05 19:13:13 +0100
commit05f127a994f14b21510697c4e11ad15b23298767 (patch)
treec2d7f948df19141c946cf4aac0f50ea2d7697afe /pkgs/development/ocaml-modules/bigarray-compat
parentdb7940a8996cf9dea6219e39b23cb17af41866a0 (diff)
dune_2: 2.9.2 → 2.9.3
Diffstat (limited to 'pkgs/development/ocaml-modules/bigarray-compat')
-rw-r--r--pkgs/development/ocaml-modules/bigarray-compat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/bigarray-compat/default.nix b/pkgs/development/ocaml-modules/bigarray-compat/default.nix
index 83c35edcc41d0..fd690cfdd5b3f 100644
--- a/pkgs/development/ocaml-modules/bigarray-compat/default.nix
+++ b/pkgs/development/ocaml-modules/bigarray-compat/default.nix
@@ -6,7 +6,7 @@ buildDunePackage rec {
 
   useDune2 = true;
 
-  minimalOCamlVersion = "4.03";
+  minimalOCamlVersion = "4.02";
 
   src = fetchFromGitHub {
     owner = "mirage";