Skip to content

Commit b4f8355

Browse files
committed
rescript-syntax is not compatible with ppxlib < 0.35.0
Uses Ast_406 which has been removed in that version. Signed-off-by: Marcello Seri <[email protected]>
1 parent f02091d commit b4f8355

File tree

1 file changed

+1
-1
lines changed
  • packages/rescript-syntax/rescript-syntax.1.0.0

1 file changed

+1
-1
lines changed

packages/rescript-syntax/rescript-syntax.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ depends: [
99
"dune" {>= "3.8"}
1010
"ocaml"
1111
"melange" {= version}
12-
"ppxlib" {>= "0.28.0"}
12+
"ppxlib" {>= "0.28.0" & < "0.35.0"}
1313
"odoc" {with-doc}
1414
]
1515
build: [

0 commit comments

Comments
 (0)