From ab8779086b0aef99919752f233e8ccbe0461f505 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 2 Oct 2023 11:35:52 -0400
Subject: [PATCH] bound deepseq dependency

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

diff --git a/tahoe-chk.cabal b/tahoe-chk.cabal
index b9bc440..64ad9c1 100644
--- a/tahoe-chk.cabal
+++ b/tahoe-chk.cabal
@@ -65,7 +65,7 @@ library
     , concurrency         >=1.11     && <2
     , containers          >=0.6.0.1  && <0.7
     , cryptonite          >=0.27     && <0.31
-    , deepseq
+    , deepseq             >=1.1      && <1.6
     , directory           >=1.3.3    && <1.4
     , extra               >=1.7.7    && <1.8
     , fec                 >=0.1.1    && <0.2
-- 
GitLab