Skip to content

Commit 5d23b32

Browse files
committed
Correct logic in eio_main.0.9
eio_luv should be selected at the same version.
1 parent c85b438 commit 5d23b32

File tree

1 file changed

+1
-1
lines changed
  • packages/eio_main/eio_main.0.9

1 file changed

+1
-1
lines changed

packages/eio_main/eio_main.0.9/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"mdx" {>= "2.2.0" & with-test}
1313
"eio_linux" {= version & os = "linux"}
1414
"eio_posix" {= version & os != "win32"}
15-
"eio_luv" {= version & os = "win32" | with-test}
15+
"eio_luv" {= version & (os = "win32" | with-test)}
1616
"odoc" {with-doc}
1717
]
1818
depopts: ["eio_luv"]

0 commit comments

Comments
 (0)