Skip to content

Commit a659f0b

Browse files
lwt_ppx is not compatible with ppxlib.0.36+
1 parent 0607def commit a659f0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
(synopsis "PPX syntax for Lwt, providing something similar to async/await from JavaScript")
2828
(depends
2929
(ocaml (>= 4.08))
30-
(ppxlib (>= 0.16.0))
30+
(ppxlib (and (>= 0.16.0) (< 0.36)))
3131
lwt))
3232

3333
(package

lwt_ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bug-reports: "https://github.com/ocsigen/lwt/issues"
1414
depends: [
1515
"dune" {>= "2.7"}
1616
"ocaml" {>= "4.08"}
17-
"ppxlib" {>= "0.16.0"}
17+
"ppxlib" {>= "0.16.0" & < "0.36"}
1818
"lwt"
1919
"odoc" {with-doc}
2020
]

0 commit comments

Comments
 (0)