Skip to content

Commit

Permalink
set minimum jbuilder version
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrinberg committed Jun 23, 2017
1 parent 7bd6b01 commit ee9a107
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cohttp-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [
]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta10"}
"cohttp"
"conduit" {>= "0.14.0"}
"async" {>= "v0.9"}
Expand Down
2 changes: 1 addition & 1 deletion cohttp-lwt-jsoo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [
]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta10"}
"cohttp-lwt"
"lwt"
"js_of_ocaml"
Expand Down
2 changes: 1 addition & 1 deletion cohttp-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [
]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta10"}
"conduit" {>= "0.14.0"}
"logs"
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion cohttp-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [
]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta10"}
"conduit" {>= "0.14.0"}
"cohttp"
"lwt"
Expand Down
2 changes: 1 addition & 1 deletion cohttp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build: [
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"base-bytes"
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta10"}
"re"
"uri" {>= "1.9.0"}
"fieldslib"
Expand Down
2 changes: 1 addition & 1 deletion mirage-http.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build: [
]
build-test: [["jbuilder" "runtest" "-p" name "-j" jobs]]
depends: [
"jbuilder" {build}
"jbuilder" {build & >= "1.0+beta10"}
"result"
"mirage-flow-lwt" {>= "1.2.0"}
"mirage-channel-lwt" {>= "3.0.0"}
Expand Down

0 comments on commit ee9a107

Please sign in to comment.