From 96ab711f41801e33b382ff269fd926fcfea637a5 Mon Sep 17 00:00:00 2001 From: Calascibetta Romain Date: Fri, 4 Oct 2019 17:45:14 +0200 Subject: [PATCH] Constraints packages to use current/given version --- git-http.opam | 2 +- git-mirage.opam | 4 ++-- git-unix.opam | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/git-http.opam b/git-http.opam index 2def7e889..b3362774f 100644 --- a/git-http.opam +++ b/git-http.opam @@ -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"} ] diff --git a/git-mirage.opam b/git-mirage.opam index 23811a6c6..9003cf130 100644 --- a/git-mirage.opam +++ b/git-mirage.opam @@ -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"} diff --git a/git-unix.opam b/git-unix.opam index 74c04a696..baa719a55 100644 --- a/git-unix.opam +++ b/git-unix.opam @@ -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"}