From 7eba63b82c418f119e7ea0f81af7c10da8f2c931 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 16 Aug 2023 08:13:43 -0400
Subject: [PATCH] copy the tahoe-chk bounds here for consistency

---
 tahoe-ssk.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tahoe-ssk.cabal b/tahoe-ssk.cabal
index 518d70c..71b7cad 100644
--- a/tahoe-ssk.cabal
+++ b/tahoe-ssk.cabal
@@ -132,7 +132,7 @@ library
 
   -- This dependency isn't ideal.  Move common bits out to
   -- another library.
-  build-depends:   tahoe-chk
+  build-depends:   tahoe-chk >=0.1 && <0.2
 
 test-suite tahoe-ssk-test
   import:
-- 
GitLab