summaryrefslogtreecommitdiffstats
path: root/pkgs/development/ocaml-modules/cstruct/lwt.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/cstruct/lwt.nix')
-rw-r--r--pkgs/development/ocaml-modules/cstruct/lwt.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/cstruct/lwt.nix b/pkgs/development/ocaml-modules/cstruct/lwt.nix
index 113df1e89b5c..df8941d1260d 100644
--- a/pkgs/development/ocaml-modules/cstruct/lwt.nix
+++ b/pkgs/development/ocaml-modules/cstruct/lwt.nix
@@ -8,7 +8,7 @@ buildDunePackage {
pname = "cstruct-lwt";
inherit (cstruct) version src useDune2 meta;
- minimumOCamlVersion = "4.02";
+ minimumOCamlVersion = "4.03";
propagatedBuildInputs = [ cstruct lwt ];
}