summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal7
1 files changed, 7 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 6c6fb1f31..81afb5a48 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -75,6 +75,9 @@ Flag Feed
Flag Quvi
Description: Enable use of quvi to download videos
+Flag Tahoe
+ Description: Enable the tahoe special remote
+
Flag CryptoHash
Description: Enable use of cryptohash for checksumming
@@ -192,6 +195,10 @@ Executable git-annex
if flag(Quvi)
Build-Depends: aeson
CPP-Options: -DWITH_QUVI
+
+ if flag(Tahoe)
+ Build-Depends: aeson
+ CPP-Options: -DWITH_TAHOE
if flag(EKG)
Build-Depends: ekg