deps
This commit is contained in:
parent
57872b457b
commit
a6da13c1e9
2 changed files with 8 additions and 4 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -13,7 +13,11 @@ Build-Depends:
|
||||||
libghc-cryptohash-dev,
|
libghc-cryptohash-dev,
|
||||||
libghc-dataenc-dev,
|
libghc-dataenc-dev,
|
||||||
libghc-utf8-string-dev,
|
libghc-utf8-string-dev,
|
||||||
libghc-hs3-dev (>= 0.5.6),
|
libghc-aws-dev,
|
||||||
|
libghc-conduit-dev,
|
||||||
|
libghc-resourcet-dev,
|
||||||
|
libghc-http-conduit-dev,
|
||||||
|
libghc-http-client-dev,
|
||||||
libghc-dav-dev (>= 1.0) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
|
libghc-dav-dev (>= 1.0) [amd64 i386 kfreebsd-amd64 kfreebsd-i386 powerpc],
|
||||||
libghc-quickcheck2-dev,
|
libghc-quickcheck2-dev,
|
||||||
libghc-monad-control-dev (>= 0.3),
|
libghc-monad-control-dev (>= 0.3),
|
||||||
|
|
|
@ -137,12 +137,12 @@ Executable git-annex
|
||||||
CPP-Options: -DWITH_CRYPTOHASH
|
CPP-Options: -DWITH_CRYPTOHASH
|
||||||
|
|
||||||
if flag(S3)
|
if flag(S3)
|
||||||
Build-Depends: hS3, http-conduit, http-client, resourcet, http-types, aws
|
Build-Depends: aws, conduit, resourcet,
|
||||||
|
http-conduit, http-client, http-types
|
||||||
CPP-Options: -DWITH_S3
|
CPP-Options: -DWITH_S3
|
||||||
|
|
||||||
if flag(WebDAV)
|
if flag(WebDAV)
|
||||||
Build-Depends: DAV (>= 1.0),
|
Build-Depends: DAV (>= 1.0), http-client, http-types
|
||||||
http-client, http-types
|
|
||||||
CPP-Options: -DWITH_WEBDAV
|
CPP-Options: -DWITH_WEBDAV
|
||||||
|
|
||||||
if flag(Assistant) && ! os(solaris)
|
if flag(Assistant) && ! os(solaris)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue