From: Joey Hess Date: Thu, 26 Jan 2023 19:33:52 +0000 (-0400) Subject: add upper bounds on base version X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~60^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5df95a5879dcf6f9a74758436af9bc52dc46ff05;p=git-annex.git add upper bounds on base version hackage now rejects packages without this --- diff --git a/git-annex.cabal b/git-annex.cabal index c7b01592bd..8537a21865 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -294,7 +294,7 @@ source-repository head location: git://git-annex.branchable.com/ custom-setup - Setup-Depends: base (>= 4.11.1.0), split, unix-compat, + Setup-Depends: base (>= 4.11.1.0 && < 5.0), split, unix-compat, filepath, exceptions, bytestring, IfElse, data-default, filepath-bytestring (>= 1.4.2.1.4), process (>= 1.6.3),