From 5df95a5879dcf6f9a74758436af9bc52dc46ff05 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Jan 2023 15:33:52 -0400 Subject: [PATCH] add upper bounds on base version hackage now rejects packages without this --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.30.2