Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Mark existing Lwt versions as incompatible with ocaml.5.1
  • Loading branch information
raphael-proust committed Aug 9, 2023
commit 6b729254c8e83a87d785860a707b88ba5e0877fb
2 changes: 1 addition & 1 deletion packages/lwt/lwt.5.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"cppo" {build & >= "1.1.0"}
"dune" {>= "1.8.0"}
"dune-configurator"
"ocaml" {>= "4.08"}
"ocaml" {>= "4.08" & < "5.1"}
"ocplib-endian"

# Until https://github.com/aantron/bisect_ppx/pull/327.
Expand Down
2 changes: 1 addition & 1 deletion packages/lwt/lwt.5.6.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"cppo" {build & >= "1.1.0"}
"dune" {>= "1.8.0"}
"dune-configurator"
"ocaml" {>= "4.08"}
"ocaml" {>= "4.08" & < "5.1"}
"ocplib-endian"

# Until https://github.com/aantron/bisect_ppx/pull/327.
Expand Down