Skip to content

Commit

Permalink
Constraints packages to use current/given version
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Oct 4, 2019
1 parent 9feac80 commit 96ab711
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion git-http.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"dune" {build}
"git" {>= "2.0.0"}
"git" {= version}
"cohttp" {>= "1.0.0"}
"cohttp-lwt" {>= "1.0.0"}
]
4 changes: 2 additions & 2 deletions git-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ depends: [
"mirage-flow-lwt"
"mirage-channel-lwt"
"conduit-mirage"
"git-http" {>= "2.0.0"}
"git" {>= "2.0.0"}
"git-http" {= version}
"git" {= version}
"alcotest" {with-test & >= "0.8.1"}
"mtime" {with-test & >= "1.0.0"}
"nocrypto" {with-test & >= "0.5.4"}
Expand Down
2 changes: 1 addition & 1 deletion git-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"dune" {build}
"mmap" {>= "1.1.0"}
"cmdliner"
"git-http"
"git-http" {= version}
"cohttp" {>= "1.0.0"}
"cohttp-lwt-unix" {>= "1.0.0"}
"mtime" {>= "1.0.0"}
Expand Down

0 comments on commit 96ab711

Please sign in to comment.