Skip to content

Commit e1bb9b4

Browse files
committed
Fix constraint on atdgen in opam file
1 parent a7946d7 commit e1bb9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elpi.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ depends: [
2525
"cmdliner" {with-test}
2626
"dune" {>= "2.8.0"}
2727
"conf-time" {with-test}
28-
"atdgen" {>= "2.9.1"}
29-
"atdts" {>= "2.9.1"}
28+
"atdgen" {>= "2.9.1" & < "2.10.0"}
29+
"atdts" {>= "2.9.1" & < "2.10.0"}
3030
]
3131
depopts: [
3232
"elpi-option-legacy-parser"

0 commit comments

Comments
 (0)