summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-18 15:26:18 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-18 15:26:18 -0400
commitb9343ca1d3e0c7e136f7894cd159edb1d0730a0a (patch)
treef1965e948924c9d6d648cfa21343d08d30ef7ed4 /git-annex.cabal
parent022e81407e7d806100a0882c0f23067a88b4900a (diff)
update aws version requirements
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 b0835f50a..6e57dd1f4 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -137,7 +137,7 @@ Executable git-annex
CPP-Options: -DWITH_CRYPTOHASH
if flag(S3)
- Build-Depends: aws, conduit, resourcet
+ Build-Depends: aws (>= 0.10.2), conduit, resourcet
CPP-Options: -DWITH_S3
if flag(WebDAV)