From 6595b06599b8cbe8acf96bdf8db97d1cdfbd8866 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 2 Jun 2023 11:07:45 -0400
Subject: [PATCH] drop the base constraint from the cabal test target

Presumably we still have some lower bound but I don't know what it is and if
it's below 8.6.5 ... it doesn't matter to anyone that _I_ know of.
---
 tahoe-ssk.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tahoe-ssk.cabal b/tahoe-ssk.cabal
index abbeaf2..f6b99a4 100644
--- a/tahoe-ssk.cabal
+++ b/tahoe-ssk.cabal
@@ -135,7 +135,7 @@ test-suite tahoe-ssk-test
   build-depends:
     , asn1-encoding
     , asn1-types
-    , base            ^>=4.14.3.0
+    , base
     , base32
     , binary
     , bytestring
-- 
GitLab