Skip to content

Commit

Permalink
github: restrict deps to < 3.0 for findlib package name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheets committed May 12, 2017
1 parent db1dfc3 commit 4b3798a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ depends: [
"protocol-9p" {= "0.9.0"}
"datakit-client" {>= "0.10.0"}
"github-hooks" {>= "0.1.1"}
"github" {>= "2.1.0"}
"github" {>= "2.1.0" & < "3.0.0"}
"datakit" {test & >= "0.10.0"}
]
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ depends: [
"protocol-9p-unix" {>= "0.11.0"}
"datakit-client" {>= "0.10.0"}
"github-hooks" {>= "0.1.1"}
"github" {>= "2.1.0"}
"github" {>= "2.1.0" & < "3.0.0"}
"datakit" {test & >= "0.10.0"}
]
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ depends: [
"datakit-server" {>= "0.9.0" & < "0.10.0"}
"datakit-client" {>= "0.9.0" & < "0.10.0"}
"github-hooks" {>= "0.1.1"}
"github" {>= "2.1.0"}
"github" {>= "2.1.0" & < "3.0.0"}
"datakit" {test & < "0.10.0"}
]
2 changes: 1 addition & 1 deletion packages/github-hooks/github-hooks.0.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"logs"
"lwt"
"cohttp"
"github" {>= "2.0.1"}
"github" {>= "2.0.1" & < "3.0.0"}
"nocrypto"
"hex"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/github-hooks/github-hooks.0.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"logs"
"lwt"
"cohttp"
"github" {>= "2.0.1"}
"github" {>= "2.0.1" & < "3.0.0"}
"nocrypto"
"hex"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ remove: [["rm" "-f" "%{bin}%/opam-sync-github-prs"]]
depends: [
"ocamlfind" {build}
"core" {build & >= "109.53.01"}
"github" {build & >= "1.0.0"}
"github" {build & >= "1.0.0" & < "3.0.0"}
"lwt" {build & >= "2.4.2"}
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/publish/publish.0.3.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ depends: [
"opam-lib" {build & > "1.2.2"}
"ocamlfind" {build}
"cmdliner" {build}
"github" {build & >= "2.0.0"}
"github" {build & >= "2.0.0" & < "3.0.0"}
]

0 comments on commit 4b3798a

Please sign in to comment.