aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbarenblat@gmail.com>2022-01-19 13:44:58 -0500
committerGravatar Benjamin Barenblat <bbarenblat@gmail.com>2022-01-19 13:44:58 -0500
commitd4f2b262a2afcc658c35694a089a983b9558b71a (patch)
tree56013df1784ddc4b1b588be745c67ecde257a735 /git-annex.cabal
parent7b9f3501a40155ac05ea5b4fcda21e7f06d477ee (diff)
Use aws >= 0.20
aws-0.20 changed some types in a backward-incompatible way. Update to that package, and adjust calls accordingly.
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 3e31b7aa1..32fb60da6 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -304,7 +304,7 @@ Executable git-annex
Other-Modules: Utility.Touch.Old
if flag(S3)
- Build-Depends: conduit, conduit-extra, aws (>= 0.9.2)
+ Build-Depends: conduit, conduit-extra, aws (>= 0.20)
CPP-Options: -DWITH_S3
Other-Modules: Remote.S3