summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-04-21 00:37:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-04-21 00:37:14 -0400
commit67ba0c356656b60fab8520866520ee7aefdc94fb (patch)
tree1d9d68e5d5d628b5a00ebc27306b1a8fe872b45a /git-annex.cabal
parentdbc01939f3da3653df51f1fe8b2d5da891ea8828 (diff)
allow building with old feed lib, w/o pubdate
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 58bd03fef..f7703335f 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -211,7 +211,7 @@ Executable git-annex
CPP-Options: -DWITH_DNS
if flag(Feed)
- Build-Depends: feed (>= 0.3.9.2)
+ Build-Depends: feed
CPP-Options: -DWITH_FEED
if flag(Quvi)