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:
eee1169
)
increase cabal-version to work with recent cabal
author
Joey Hess
<joeyh@joeyh.name>
Sat, 16 Jul 2022 18:57:29 +0000
(14:57 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Sat, 16 Jul 2022 18:57:29 +0000
(14:57 -0400)
It started complaining about custom setup needing too old a version of
cabal, a very confusing error message.
1.12 is the version of Cabal on the i386ancient builder.
Sponsored-by: Jack Hill on Patreon
git-annex.cabal
patch
|
blob
|
history
diff --git
a/git-annex.cabal
b/git-annex.cabal
index b1c101cec2e1c2830ba37bcff12cb9e07e22edc4..4515249e2cad2745652bc1709e8968fabb3edf4d 100644
(file)
--- a/
git-annex.cabal
+++ b/
git-annex.cabal
@@
-1,6
+1,6
@@
Name: git-annex
Version: 10.20220624
-Cabal-Version:
>= 1.10
+Cabal-Version:
1.12
License: AGPL-3
Maintainer: Joey Hess <id@joeyh.name>
Author: Joey Hess