From c3b318e1f0d43fa328a73565a90682327a3f17eb Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 10 Oct 2023 06:52:48 -0400 Subject: [PATCH] Admit new releases of tahoe-chk and tahoe-ssk --- tahoe-directory.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tahoe-directory.cabal b/tahoe-directory.cabal index e867a28..54c28ba 100644 --- a/tahoe-directory.cabal +++ b/tahoe-directory.cabal @@ -101,8 +101,8 @@ library , bytestring >=0.10.8.2 && <0.11 , megaparsec >=8.0 && <9.3 , tahoe-capabilities >=0.1 && <0.2 - , tahoe-chk >=0.1 && <0.2 - , tahoe-ssk >=0.2.1.0 && <0.3 + , tahoe-chk >=0.1 && <0.3 + , tahoe-ssk >=0.2.1.0 && <0.4 , text >=1.2.3.1 && <1.3 test-suite tahoe-directory-test -- GitLab