git-annex: 10.20250416 -> 10.20250721

Stackage LTS 24 contains git-annex (contrary to LTS 23). I believe this
resulted in a downgrade of git-annex when switching to LTS 23. We'll
want to continue using the latest version of git-annex. At the very
least, this will fix the trouble we're having with its test suite on
haskell-updates.
This commit is contained in:
sternenseemann
2025-08-29 21:41:14 +02:00
parent 9c4557cf5a
commit bd4a36f924
5 changed files with 6 additions and 278 deletions

View File

@@ -98,6 +98,7 @@ sed -r \
-e '/ ShellCheck /d' \
-e '/ Agda /d' \
-e '/ stack /d' \
-e '/ git-annex /d' \
< "${tmpfile_new}" >> $stackage_config
# Explanations:
# cabal2nix, distribution-nixpkgs, jailbreak-cabal, language-nix: These are our packages and we know what we are doing.