From af1e16e75002eaed30ee67f32e7c83f88b7819a9 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Mon, 3 Sep 2018 17:47:26 +0200 Subject: [PATCH 1/3] conduit-async: fix bounds for async --- packages/cohttp-async/cohttp-async.1.0.0/opam | 1 + packages/cohttp-async/cohttp-async.1.0.2/opam | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/cohttp-async/cohttp-async.1.0.0/opam b/packages/cohttp-async/cohttp-async.1.0.0/opam index 65b2933e866d..d4aff4128112 100644 --- a/packages/cohttp-async/cohttp-async.1.0.0/opam +++ b/packages/cohttp-async/cohttp-async.1.0.0/opam @@ -23,6 +23,7 @@ depends: [ "jbuilder" {build & >= "1.0+beta10"} "cohttp" {>="1.0.0"} "conduit-async" + "async" {<"v0.10.0"} "magic-mime" "logs" "fmt" {>="0.8.2"} diff --git a/packages/cohttp-async/cohttp-async.1.0.2/opam b/packages/cohttp-async/cohttp-async.1.0.2/opam index a2fb8d955072..3b7665251f34 100644 --- a/packages/cohttp-async/cohttp-async.1.0.2/opam +++ b/packages/cohttp-async/cohttp-async.1.0.2/opam @@ -23,6 +23,7 @@ depends: [ "jbuilder" {build & >= "1.0+beta10"} "cohttp" {>="1.0.2"} "conduit-async" {>="1.0.3"} + "async" {>="v0.10.0"} "magic-mime" "logs" "fmt" {>="0.8.2"} From a1de1cfcb5d577ab252197fde6bffacc2fdea2cb Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Mon, 3 Sep 2018 18:12:21 +0200 Subject: [PATCH 2/3] fix aws-s3 checksums /cc @andersfugmann --- packages/aws-s3-async/aws-s3-async.2.0.0/url | 2 +- packages/aws-s3-lwt/aws-s3-lwt.2.0.0/url | 2 +- packages/aws-s3/aws-s3.2.0.0/url | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/aws-s3-async/aws-s3-async.2.0.0/url b/packages/aws-s3-async/aws-s3-async.2.0.0/url index a1861239169b..14d5603f7b2b 100644 --- a/packages/aws-s3-async/aws-s3-async.2.0.0/url +++ b/packages/aws-s3-async/aws-s3-async.2.0.0/url @@ -1,2 +1,2 @@ http: "https://github.com/andersfugmann/aws-s3/archive/2.0.0.tar.gz" -checksum: "feee7f6b3afa97d61fbc0e2c81796a18" +checksum: "7c9d952fa97d243bdfab37b49ab150e6" diff --git a/packages/aws-s3-lwt/aws-s3-lwt.2.0.0/url b/packages/aws-s3-lwt/aws-s3-lwt.2.0.0/url index a1861239169b..14d5603f7b2b 100644 --- a/packages/aws-s3-lwt/aws-s3-lwt.2.0.0/url +++ b/packages/aws-s3-lwt/aws-s3-lwt.2.0.0/url @@ -1,2 +1,2 @@ http: "https://github.com/andersfugmann/aws-s3/archive/2.0.0.tar.gz" -checksum: "feee7f6b3afa97d61fbc0e2c81796a18" +checksum: "7c9d952fa97d243bdfab37b49ab150e6" diff --git a/packages/aws-s3/aws-s3.2.0.0/url b/packages/aws-s3/aws-s3.2.0.0/url index a1861239169b..14d5603f7b2b 100644 --- a/packages/aws-s3/aws-s3.2.0.0/url +++ b/packages/aws-s3/aws-s3.2.0.0/url @@ -1,2 +1,2 @@ http: "https://github.com/andersfugmann/aws-s3/archive/2.0.0.tar.gz" -checksum: "feee7f6b3afa97d61fbc0e2c81796a18" +checksum: "7c9d952fa97d243bdfab37b49ab150e6" From 5a7ec8073ee77b253928c22422a7f4d8d7bddca9 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Mon, 3 Sep 2018 18:40:28 +0200 Subject: [PATCH 3/3] horned_worm: does not compile with async v0.11.0 /cc @kkazuo --- packages/horned_worm/horned_worm.0.3.2/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/horned_worm/horned_worm.0.3.2/opam b/packages/horned_worm/horned_worm.0.3.2/opam index 553ba748e8f8..00ea469334fc 100644 --- a/packages/horned_worm/horned_worm.0.3.2/opam +++ b/packages/horned_worm/horned_worm.0.3.2/opam @@ -7,7 +7,7 @@ license: "MIT" dev-repo: "https://github.com/kkazuo/horned_worm.git" build: ["jbuilder" "build" "-p" name "-j" jobs] depends: [ - "async" {>= "v0.10.0"} + "async" {>= "v0.10.0" & < "v0.11.0"} "cohttp-async" {>= "1.0.2"} "logs" {>= "0.6.2"} "re" {>= "1.7.1"}