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:
parent
da74f05a1e
commit
e726800dda
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue