summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-09 15:31:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-09 15:56:46 -0400
commit620d1e4273310373f38866259f9f6b3bc6995a5e (patch)
treecbb79ee8a3329cf02dc7b52d1df0788b04cbd8bf /git-annex.cabal
parent9b8cd90d1151279fbd8cd7fe5dc24b0314281053 (diff)
deps
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 70bd9c88b..b05863b79 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -137,12 +137,12 @@ Executable git-annex
CPP-Options: -DWITH_CRYPTOHASH
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
if flag(WebDAV)
- Build-Depends: DAV (>= 1.0),
- http-client, http-types
+ Build-Depends: DAV (>= 1.0), http-client, http-types
CPP-Options: -DWITH_WEBDAV
if flag(Assistant) && ! os(solaris)