From 56a7a83921f534e52cc750030b5e043296636f4c Mon Sep 17 00:00:00 2001 From: Spiros Eliopoulos Date: Thu, 4 Jan 2024 21:26:36 -0500 Subject: [PATCH] opam-fixes: angstrom lower-bound in angstrom-async --- angstrom-async.opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angstrom-async.opam b/angstrom-async.opam index 8dfa73c..33c8613 100644 --- a/angstrom-async.opam +++ b/angstrom-async.opam @@ -13,7 +13,7 @@ build: [ depends: [ "ocaml" {>= "4.04.1"} "dune" {>= "1.8"} - "angstrom" {>= "0.7.0"} + "angstrom" {>= "0.9.0"} "async" {>= "v0.10.0"} ] synopsis: "Async support for Angstrom"