We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73670e commit 91d5d0fCopy full SHA for 91d5d0f
dune-project
@@ -9,6 +9,5 @@
9
(synopsis "A collection of example programs using effects in OCaml 5")
10
(description "A collection of example programs using effects in OCaml 5")
11
(depends
12
- ; TODO: Change when lwt is released with 5.0.0 support
13
- (lwt (>= "5.5.1~alpha-repo"))
14
- (multicont (>= "1.0.0~rc.2"))))
+ (lwt (>= "5.7"))
+ (multicont (>= "1.0.1"))))
effects-examples.opam
@@ -8,8 +8,8 @@ homepage: "https://github.com/ocaml-multicore/effects-examples"
8
bug-reports: "https://github.com/ocaml-multicore/effects-examples/issues"
depends: [
"dune" {>= "2.9"}
- "lwt" {>= "5.5.1~alpha-repo"}
- "multicont" {>= "1.0.0~rc.2"}
+ "lwt" {>= "5.7"}
+ "multicont" {>= "1.0.1"}
"odoc" {with-doc}
]
15
build: [
0 commit comments