Skip to content

Commit

Permalink
Merge pull request #946 from rizo/patch-2
Browse files Browse the repository at this point in the history
Add cppo as a build dependency for lwt_react.
  • Loading branch information
raphael-proust authored Jun 2, 2022
2 parents 654952b + 4cdf9fb commit 7fb41f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

* Lwt is now compatible with OCaml 5.00. Lwt is now incompatible with OCaml 4.02. (#925, #923, Kate Deplaix, Patrick Ferris)


====== Additions ======

* In the Lwt_io module, add `?cloexec:bool` optional arguments to functions that create file descriptors (`pipe`). The `?cloexec` argument is simply forwarded to the wrapped Lwt_unix function. (#872, #911, Antonin Décimo)
Expand All @@ -13,6 +12,7 @@
====== Misc ======

* On Windows, make Lwt_process.create_process duplicate standard handles given to the child process if they're not inheritable, to mimic the behaviour of Unix.create_process. (#909, Antonin Décimo)
* Add missing dependency to `cppo` in lwt-react's opam file. (#946, Rizo I)

====== Fixes ======

Expand Down
1 change: 1 addition & 0 deletions lwt_react.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ depends: [
"lwt" {>= "3.0.0"}
"ocaml"
"react" {>= "1.0.0"}
"cppo" {build & >= "1.1.0"}
]

build: [
Expand Down

0 comments on commit 7fb41f8

Please sign in to comment.