From: Joey Hess Date: Sat, 16 Jul 2022 18:57:29 +0000 (-0400) Subject: increase cabal-version to work with recent cabal X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~72^2~34 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b520e06832e3b0fb5101d715894ef737fb60ee4;p=git-annex.git increase cabal-version to work with recent cabal It started complaining about custom setup needing too old a version of cabal, a very confusing error message. 1.12 is the version of Cabal on the i386ancient builder. Sponsored-by: Jack Hill on Patreon --- diff --git a/git-annex.cabal b/git-annex.cabal index b1c101cec2..4515249e2c 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -1,6 +1,6 @@ Name: git-annex Version: 10.20220624 -Cabal-Version: >= 1.10 +Cabal-Version: 1.12 License: AGPL-3 Maintainer: Joey Hess Author: Joey Hess