Skip to content

Commit 61e40e1

Browse files
committed
elpi is not compatible with Yojson 2.0.0 (used by atd* >= 2.10.0)
1 parent 221436f commit 61e40e1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/elpi/elpi.1.16.1/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"

packages/elpi/elpi.1.16.3/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"

packages/elpi/elpi.1.16.4/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"

packages/elpi/elpi.1.16.5/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)