From 04876e8a3f9cbc287d9b6cab4511e45265b5d8d2 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Sat, 25 May 2024 19:06:34 +0200 Subject: [PATCH] *opam: lower bound for rresult on 0.7.0 git-unix: add carton dependency (used in src/git-unix/dune) --- git-mirage.opam | 2 +- git-paf.opam | 2 +- git-unix.opam | 3 ++- git.opam | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/git-mirage.opam b/git-mirage.opam index d60d91a0c..1cb942860 100644 --- a/git-mirage.opam +++ b/git-mirage.opam @@ -36,7 +36,7 @@ depends: [ "mirage-clock" {>= "3.1.0"} "mirage-flow" {>= "4.0.0"} "mirage-time" {>= "2.0.1"} - "rresult" {>= "0.6.0"} + "rresult" {>= "0.7.0"} "alcotest" {>= "1.2.3" & with-test} "alcotest-lwt" {>= "1.2.3" & with-test} "bigstringaf" {>= "0.9.0" & with-test} diff --git a/git-paf.opam b/git-paf.opam index b62d9dfdc..a54776d1f 100644 --- a/git-paf.opam +++ b/git-paf.opam @@ -20,7 +20,7 @@ depends: [ "mirage-clock" "tcpip" {>= "7.0.0"} "mirage-time" - "rresult" + "rresult" {>= "0.7.0"} "tls" {>= "0.14.0"} "uri" "bigstringaf" diff --git a/git-unix.opam b/git-unix.opam index 559686838..8b00a4bed 100644 --- a/git-unix.opam +++ b/git-unix.opam @@ -12,7 +12,7 @@ depends: [ "git" {= version} "git-mirage" {= version} "happy-eyeballs-lwt" {>= "0.1.2"} - "rresult" + "rresult" {>= "0.7.0"} "bigstringaf" {>= "0.9.0"} "fmt" {>= "0.8.7"} "bos" @@ -22,6 +22,7 @@ depends: [ "logs" "lwt" {>= "5.6.0"} "base-unix" + "carton" {>= "0.7.2"} "alcotest" {with-test & >= "1.1.0"} "alcotest-lwt" {with-test & >= "1.1.0"} "base64" {with-test & >= "3.0.0"} diff --git a/git.opam b/git.opam index 4072f78f6..ad8b5f6a1 100644 --- a/git.opam +++ b/git.opam @@ -18,7 +18,7 @@ depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.8.0"} "digestif" {>= "1.1.2"} - "rresult" + "rresult" {>= "0.7.0"} "base64" {>= "3.0.0"} "bigstringaf" {>= "0.9.0"} "optint"