add upper bounds on Cabal version
authorJoey Hess <joeyh@joeyh.name>
Thu, 26 Jan 2023 19:31:29 +0000 (15:31 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 26 Jan 2023 19:31:29 +0000 (15:31 -0400)
hackage now rejects packages without this. My bet is any version of
cabal is going to work, I'm using the public API. Annoying.

git-annex.cabal

index 89911f8c0fa266d4d3e4c0168bb8243292dd5c07..c7b01592bd99680f8a9875328f68c6826cc73a88 100644 (file)
@@ -300,7 +300,7 @@ custom-setup
     process (>= 1.6.3),
     time (>= 1.5.0),
     directory (>= 1.2.7.0),
-    async, utf8-string, transformers, Cabal
+    async, utf8-string, transformers, Cabal (< 4.0)
 
 Executable git-annex
   Main-Is: git-annex.hs