summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-28 15:27:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-28 16:55:42 -0400
commit217068206893864ed05911c3b06d8fdb802750a1 (patch)
tree3bfa87ee63197405f3aa18138eb8affd3ce7c7e7 /git-annex.cabal
parent468e2c789371f924ec4586148e4e9e5618c58303 (diff)
importfeed: git-annex becomes a podcatcher in 150 LOC
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 b9715b847..da4a8dbe5 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -65,6 +65,9 @@ Flag TestSuite
Flag TDFA
Description: Use regex-tdfa for wildcards
+Flag Feed
+ Description: Enable podcast feed support
+
Executable git-annex
Main-Is: git-annex.hs
Build-Depends: MissingH, hslogger, directory, filepath,
@@ -154,6 +157,10 @@ Executable git-annex
Build-Depends: dns
CPP-Options: -DWITH_DNS
+ if flag(Feed)
+ Build-Depends: feed
+ CPP-Options: -DWITH_FEED
+
source-repository head
type: git
location: git://git-annex.branchable.com/