From 171e0a83133449d8fdefc6e4485e9908b724cca8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 7 Jun 2023 17:28:53 -0400 Subject: [PATCH] use a support cabal file format --- tahoe-capabilities.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tahoe-capabilities.cabal b/tahoe-capabilities.cabal index 7af4ce9..ba98a6c 100644 --- a/tahoe-capabilities.cabal +++ b/tahoe-capabilities.cabal @@ -1,4 +1,4 @@ -cabal-version: 3.0 +cabal-version: 2.4 -- The cabal-version field refers to the version of the .cabal specification, -- and can be different from the cabal-install (the tool) version and the -- GitLab