File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ bug-reports: "https://github.com/ocaml/opam-depext/issues"
1919depends: [
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]
2525depopts: "ocaml-option-bytecode-only"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ bug-reports: "https://github.com/ocaml/opam-depext/issues"
1919depends: [
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]
2525available: opam-version >= "2.0.0~beta5" & os != "win32"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ bug-reports: "https://github.com/ocaml/opam-depext/issues"
1919depends: [
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]
2525available: opam-version >= "2.0.0~beta5" & os != "win32"
You can’t perform that action at this time.
0 commit comments