projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da74f05
)
add upper bounds on Cabal version
author
Joey Hess
<joeyh@joeyh.name>
Thu, 26 Jan 2023 19:31:29 +0000
(15:31 -0400)
committer
Joey 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
patch
|
blob
|
history
diff --git
a/git-annex.cabal
b/git-annex.cabal
index 89911f8c0fa266d4d3e4c0168bb8243292dd5c07..c7b01592bd99680f8a9875328f68c6826cc73a88 100644
(file)
--- a/
git-annex.cabal
+++ b/
git-annex.cabal
@@
-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