Skip to content

Commit

Permalink
Merge pull request #26066 from mseri/opam-ub
Browse files Browse the repository at this point in the history
opam-state 2.2.0~beta3: add upper bounds to revdeps
  • Loading branch information
mseri authored Jun 12, 2024
2 parents d2eb8bb + 87188e8 commit 57b9c83
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/odep/odep.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"ppx_sexp_conv" {>= "v0.13"}
"parsexp"
"opam-core" {>= "2.1.0"}
"opam-state" {>= "2.1.0"}
"opam-state" {>= "2.1.0" & < "2.2.0~beta3"}
"opam-format"
"ocamlfind" {>= "1.8.1"}
"cmdliner" {>= "1.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/odep/odep.0.2.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ depends: [
"ppx_sexp_conv" {>= "v0.13"}
"parsexp"
"opam-core" {>= "2.1.0"}
"opam-state" {>= "2.1.0"}
"opam-state" {>= "2.1.0" & < "2.2.0~beta3"}
"opam-format"
"ocamlfind" {>= "1.8.1"}
"cmdliner" {>= "1.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-0install/opam-0install.0.4.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"dune" {>= "2.7"}
"fmt"
"cmdliner"
"opam-state" {>= "2.1.0~rc"}
"opam-state" {>= "2.1.0~rc" & < "2.2.0~beta3"}
"ocaml" {>= "4.08.0"}
"0install-solver"
"opam-file-format" {>= "2.1.1"}
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-0install/opam-0install.0.4.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ depends: [
"dune" {>= "2.7"}
"fmt" {>= "0.8.7"}
"cmdliner" {>= "1.1.0"}
"opam-state" {>= "2.1.0~rc"}
"opam-state" {>= "2.1.0~rc" & < "2.2.0~beta3"}
"ocaml" {>= "4.08.0"}
"0install-solver"
"opam-file-format" {>= "2.1.1"}
Expand Down
4 changes: 2 additions & 2 deletions packages/opam-dune-lint/opam-dune-lint.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ depends: [
"ocamlfind"
"bos"
"fmt" {>= "0.8.7"}
"opam-state" {< "2.1.0~~" & opam-version < "2.1"}
"opam-state" {>= "2.1.0~~" & opam-version >= "2.1"}
"opam-state" {opam-version < "2.1" & < "2.1.0~~"}
"opam-state" {opam-version >= "2.1" & >= "2.1.0~~" & < "2.2.0~beta3"}
"opam-format"
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-dune-lint/opam-dune-lint.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"ocaml" {>= "4.10.0"}
"bos" {>= "0.2.0"}
"fmt" {>= "0.8.9"}
"opam-state" {>= "2.1.0~~"}
"opam-state" {>= "2.1.0~~" & < "2.2.0~beta3"}
"opam-format"
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-dune-lint/opam-dune-lint.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"ocaml" {>= "4.08.0"}
"bos" {>= "0.2.0"}
"fmt" {>= "0.8.9"}
"opam-state" {>= "2.1.0"}
"opam-state" {>= "2.1.0" & < "2.2.0~beta3"}
"opam-format"
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-dune-lint/opam-dune-lint.0.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"ocaml" {>= "4.08.0"}
"bos" {>= "0.2.0"}
"fmt" {>= "0.8.9"}
"opam-state" {>= "2.1.0"}
"opam-state" {>= "2.1.0" & < "2.2.0~beta3"}
"opam-format"
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-dune-lint/opam-dune-lint.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"ocaml" {>= "4.08.0"}
"bos" {>= "0.2.0"}
"fmt" {>= "0.8.9"}
"opam-state" {>= "2.1.0"}
"opam-state" {>= "2.1.0" & < "2.2.0~beta3"}
"opam-format"
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/opam-dune-lint/opam-dune-lint.0.6/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"ocaml" {>= "4.08.0"}
"bos" {>= "0.2.0"}
"fmt" {>= "0.8.9"}
"opam-state" {>= "2.1.0"}
"opam-state" {>= "2.1.0" & < "2.2.0~beta3"}
"opam-format"
"odoc" {with-doc}
]
Expand Down

0 comments on commit 57b9c83

Please sign in to comment.