diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-18 15:26:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-18 15:26:18 -0400 |
commit | b9343ca1d3e0c7e136f7894cd159edb1d0730a0a (patch) | |
tree | f1965e948924c9d6d648cfa21343d08d30ef7ed4 /git-annex.cabal | |
parent | 022e81407e7d806100a0882c0f23067a88b4900a (diff) |
update aws version requirements
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 2 |
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) |