update aws version requirements
This commit is contained in:
parent
ef01ff1e77
commit
5eb5451021
2 changed files with 2 additions and 2 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -13,7 +13,7 @@ Build-Depends:
|
|||
libghc-cryptohash-dev,
|
||||
libghc-dataenc-dev,
|
||||
libghc-utf8-string-dev,
|
||||
libghc-aws-dev,
|
||||
libghc-aws-dev (>= 0.10.2),
|
||||
libghc-conduit-dev,
|
||||
libghc-resourcet-dev,
|
||||
libghc-dav-dev (>= 1.0) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue