We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b39cc5 commit 01dae16Copy full SHA for 01dae16
dune-project
@@ -46,7 +46,7 @@
46
(ocaml (>= 4.13))
47
(js_of_ocaml (= :version))
48
(js_of_ocaml-ppx (= :version))
49
- (lwt (>= 2.4.4))
+ (lwt (and (>= 2.4.4) (<> 5.9.2)))
50
(num :with-test)
51
(ppx_expect (and (>= v0.14.2) :with-test))
52
(ppxlib (and (>= 0.22.0) :with-test))
js_of_ocaml-lwt.opam
@@ -16,7 +16,7 @@ depends: [
16
"ocaml" {>= "4.13"}
17
"js_of_ocaml" {= version}
18
"js_of_ocaml-ppx" {= version}
19
- "lwt" {>= "2.4.4"}
+ "lwt" {>= "2.4.4" & != "5.9.2"}
20
"num" {with-test}
21
"ppx_expect" {>= "v0.14.2" & with-test}
22
"ppxlib" {>= "0.22.0" & with-test}
0 commit comments