Skip to content

Commit

Permalink
Update version constraints in the opam file
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gazagnaire <[email protected]>
  • Loading branch information
samoht committed Apr 28, 2017
1 parent 8860cd5 commit 5b98f90
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions datakit-bridge-github.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ depends: [
"jbuilder" {build}
"cmdliner"
"lwt" {>= "2.7.1"}
"datakit-github"
"datakit-github" {>= "0.10.0"}
"logs" "fmt" "mtime" "asl" "win-eventlog"
"uri" {>= "1.8.0"}
"hvsock" {>= "0.8.1"}
"hex" "nocrypto" "conduit"
"prometheus-app"
"protocol-9p" {>= "0.8.0"}
"datakit-client" {>= "0.9.0"}
"datakit-client" {>= "0.10.0"}
"github-hooks" {>= "0.1.1"}
"github" {>= "2.1.0"}
"datakit" {test}
"datakit" {test & >= "0.10.0"}
]
4 changes: 2 additions & 2 deletions datakit-bridge-local-git.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ depends: [
"lwt" {>= "2.7.1"}
"logs" "fmt"
"protocol-9p" {>= "0.8.0"}
"datakit-client" {>= "0.9.0"}
"datakit-github" {>= "0.9.0"}
"datakit-client" {>= "0.10.0"}
"datakit-github" {>= "0.10.0"}
]
6 changes: 3 additions & 3 deletions datakit-ci.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ build-test: ["jbuilder" "runtest" "ci/tests"]
depends: [
"jbuilder" {build}
"multipart-form-data"
"datakit-client" {>= "0.9.0"}
"datakit-github" {>= "0.9.0"}
"datakit-client" {>= "0.10.0"}
"datakit-github" {>= "0.10.0"}
"protocol-9p" {>= "0.8.0"}
"astring"
"cmdliner"
Expand All @@ -35,7 +35,7 @@ depends: [
"lwt" {>= "2.7.1"}
"ppx_sexp_conv" {build}
"crunch" {build}
"datakit" {test}
"datakit" {test & >= "0.10.0"}
"irmin-unix" {test & >= "1.1.0"}
"alcotest" {test}
]
Expand Down
6 changes: 3 additions & 3 deletions datakit.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ depends: [
"mtime"
"irmin-watcher" {>= "0.2.0"}
"prometheus-app"
"datakit-server" {>= "0.9.0"}
"datakit-client" {test & >= "0.9.0"}
"datakit-github" {test & >= "0.9.0"}
"datakit-server" {>= "0.10.0"}
"datakit-client" {test & >= "0.10.0"}
"datakit-github" {test & >= "0.10.0"}
"alcotest" {test & >= "0.7.0"}
]
available: [ocaml-version >= "4.02.0"]

0 comments on commit 5b98f90

Please sign in to comment.