Skip to content

Commit 092e73b

Browse files
committed
opam-depext: Add missing upper-bound constraints on cmdliner 2.0.0
1 parent 8771ee1 commit 092e73b

File tree

3 files changed

+3
-3
lines changed
  • packages/opam-depext
    • opam-depext.1.2.1-1
    • opam-depext.1.2.1
    • opam-depext.1.2.3

3 files changed

+3
-3
lines changed

packages/opam-depext/opam-depext.1.2.1-1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bug-reports: "https://github.com/ocaml/opam-depext/issues"
1919
depends: [
2020
"ocaml" {>= "4.00"}
2121
"base-unix"
22-
"cmdliner" {>= "0.9.8" & dev}
22+
"cmdliner" {dev & >= "0.9.8" & < "2.0.0"}
2323
"ocamlfind" {dev}
2424
]
2525
depopts: "ocaml-option-bytecode-only"

packages/opam-depext/opam-depext.1.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bug-reports: "https://github.com/ocaml/opam-depext/issues"
1919
depends: [
2020
"ocaml" {>= "4.00"}
2121
"base-unix"
22-
"cmdliner" {>= "0.9.8" & dev}
22+
"cmdliner" {dev & >= "0.9.8" & < "2.0.0"}
2323
"ocamlfind" {dev}
2424
]
2525
available: opam-version >= "2.0.0~beta5" & os != "win32"

packages/opam-depext/opam-depext.1.2.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bug-reports: "https://github.com/ocaml/opam-depext/issues"
1919
depends: [
2020
"ocaml" {>= "4.00"}
2121
"base-unix"
22-
"cmdliner" {>= "0.9.8" & dev}
22+
"cmdliner" {dev & >= "0.9.8" & < "2.0.0"}
2323
"ocamlfind" {dev}
2424
]
2525
available: opam-version >= "2.0.0~beta5" & os != "win32"

0 commit comments

Comments
 (0)