Skip to content

Commit

Permalink
charrua-client*: jbuilder is a build-only dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Oct 3, 2017
1 parent 56d2839 commit c30605b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charrua-client-lwt.opam
Expand Up @@ -16,7 +16,7 @@ build: [
build-test: ["jbuilder" "runtest" "-p" name "-j" jobs]

depends: [
"jbuilder" {>="1.0+beta9"}
"jbuilder" {build & >= "1.0+beta9"}
"ounit" {test}
"alcotest" {test}
"charrua-core" {>= "0.9"}
Expand Down
2 changes: 1 addition & 1 deletion charrua-client-mirage.opam
Expand Up @@ -16,7 +16,7 @@ build: [
build-test: ["jbuilder" "runtest" "-p" name "-j" jobs]

depends: [
"jbuilder" {>="1.0+beta9"}
"jbuilder" {build & >= "1.0+beta9"}
"ounit" {test}
"alcotest" {test}
"charrua-core" {>= "0.9"}
Expand Down
2 changes: 1 addition & 1 deletion charrua-client.opam
Expand Up @@ -18,7 +18,7 @@ build-test: [
]

depends: [
"jbuilder" {>="1.0+beta9"}
"jbuilder" {build & >= "1.0+beta9"}
"ounit" {test}
"alcotest" {test}
"charrua-core" {>= "0.9"}
Expand Down

0 comments on commit c30605b

Please sign in to comment.