add upper bounds on base version
authorJoey Hess <joeyh@joeyh.name>
Thu, 26 Jan 2023 19:33:52 +0000 (15:33 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 26 Jan 2023 19:33:52 +0000 (15:33 -0400)
hackage now rejects packages without this

git-annex.cabal

index c7b01592bd99680f8a9875328f68c6826cc73a88..8537a21865a5cb71403e429f60c7ebc58b071a92 100644 (file)
@@ -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),