Skip to content

Commit

Permalink
Merge pull request #25459 from Leonidas-from-XIV/mdx-revdep-failures
Browse files Browse the repository at this point in the history
Fix some MDX 2.4 revdep failures
  • Loading branch information
mseri authored Mar 13, 2024
2 parents 4eb1787 + 8367c43 commit 26a105a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/castore/castore.0.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"ocaml" {>= "5.1"}
"dune" {>= "3.11"}
"x509" {with-test}
"mdx" {with-test}
"mdx" {with-test & < "2.4"}
"odoc" {with-doc}
]
build: [
Expand Down
2 changes: 1 addition & 1 deletion packages/eio_main/eio_main.0.10/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ doc: "https://ocaml-multicore.github.io/eio/"
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.7"}
"mdx" {>= "2.2.0" & with-test}
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux" {= version & os = "linux"}
Expand Down
2 changes: 1 addition & 1 deletion packages/eio_main/eio_main.0.11/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ doc: "https://ocaml-multicore.github.io/eio/"
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
"mdx" {>= "2.2.0" & with-test}
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux" {= version & os = "linux"}
Expand Down
2 changes: 1 addition & 1 deletion packages/eio_main/eio_main.0.12/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ doc: "https://ocaml-multicore.github.io/eio/"
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
"mdx" {>= "2.2.0" & with-test}
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux" {= version & os = "linux"}
Expand Down
2 changes: 1 addition & 1 deletion packages/eio_main/eio_main.0.13/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ doc: "https://ocaml-multicore.github.io/eio/"
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
"mdx" {>= "2.2.0" & with-test}
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux"
Expand Down
2 changes: 1 addition & 1 deletion packages/eio_main/eio_main.0.14/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ doc: "https://ocaml-multicore.github.io/eio/"
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
"mdx" {>= "2.2.0" & with-test}
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux"
Expand Down
4 changes: 2 additions & 2 deletions packages/eio_main/eio_main.0.15/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ doc: "https://ocaml-multicore.github.io/eio/"
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
depends: [
"dune" {>= "3.9"}
"mdx" {>= "2.2.0" & with-test}
"kcas" {>= "0.3.0" & with-test}
"mdx" {>= "2.2.0" & < "2.4" & with-test}
"kcas" {>= "0.3.0" & < "0.7.0" & with-test}
"yojson" {>= "2.0.2" & with-test}
"eio_linux"
{= version & os = "linux" &
Expand Down

0 comments on commit 26a105a

Please sign in to comment.