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:
e726800
)
add upper bounds on base version
author
Joey Hess
<joeyh@joeyh.name>
Thu, 26 Jan 2023 19:33:52 +0000
(15:33 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Thu, 26 Jan 2023 19:33:52 +0000
(15:33 -0400)
hackage now rejects packages without this
git-annex.cabal
patch
|
blob
|
history
diff --git
a/git-annex.cabal
b/git-annex.cabal
index c7b01592bd99680f8a9875328f68c6826cc73a88..8537a21865a5cb71403e429f60c7ebc58b071a92 100644
(file)
--- a/
git-annex.cabal
+++ b/
git-annex.cabal
@@
-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),