add upper bounds on Cabal version

hackage now rejects packages without this. My bet is any version of
cabal is going to work, I'm using the public API. Annoying.
This commit is contained in:
Joey Hess 2023-01-26 15:31:29 -04:00
parent da74f05a1e
commit e726800dda
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View 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