From f37719cd27d8fc2842503562ab2020a7204e49bf Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Fri, 13 Dec 2024 21:37:38 +0100 Subject: [PATCH] fix another typo: 'win32 ' will never match, but 'win32' will --- packages/lwt/lwt.5.5.0/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lwt/lwt.5.5.0/opam b/packages/lwt/lwt.5.5.0/opam index fc0117614e4..e2e031b2491 100644 --- a/packages/lwt/lwt.5.5.0/opam +++ b/packages/lwt/lwt.5.5.0/opam @@ -21,7 +21,7 @@ depends: [ "dune" {>= "1.8.0"} "dune-configurator" "mmap" {>= "1.1.0" & "os" != "win32"} # mmap is needed as long as Lwt supports OCaml < 4.06.0. - "ocaml" {(>= "4.02.0" & "os" != "win32 " | >= "4.06.0") & < "5.0"} + "ocaml" {(>= "4.02.0" & "os" != "win32" | >= "4.06.0") & < "5.0"} ("ocaml" {>= "4.08.0"} | "ocaml-syntax-shims") "ocplib-endian" "result" # result is needed as long as Lwt supports OCaml 4.02.