Skip to content

Commit 0dbeadf

Browse files
authored
Merge pull request #24463 from hannesm/restrict-opam-compiler-to-lwt
lwt 5.7.0 has a breaking change -- Lwt_result.catch now takes a function
2 parents 21c10f0 + b5c3f49 commit 0dbeadf

File tree

2 files changed

+2
-0
lines changed
  • packages/opam-compiler
    • opam-compiler.0.1.0
    • opam-compiler.0.1.1

2 files changed

+2
-0
lines changed

packages/opam-compiler/opam-compiler.0.1.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ depends: [
1515
"github-unix"
1616
"lwt_ssl"
1717
"re"
18+
"lwt" {< "5.7.0"}
1819
"alcotest" {>= "1.2.0" & with-test}
1920
]
2021
build: [

packages/opam-compiler/opam-compiler.0.1.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ depends: [
1515
"github-unix"
1616
"lwt_ssl"
1717
"re"
18+
"lwt" {< "5.7.0"}
1819
"alcotest" {>= "1.2.0" & with-test}
1920
]
2021
build: [

0 commit comments

Comments
 (0)