summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2015-03-17 00:01:43 -0700
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-17 12:49:45 -0400
commitcfb320b0ba71a934f627ef5ffa5cbe1fdadaa09d (patch)
tree4c08a35b26e9364525d90aab8bbd0611cff9ca87
parente31d4a9ab02180459f0ce3e760f250a8b5c78a2a (diff)
Specify a version for the 'feed' build dependency.
Versions of feed before 0.3.4 don't have 'getItemSummary', which is used in ImportFeed.hs.
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index d5835890a..8920ab250 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -222,7 +222,7 @@ Executable git-annex
CPP-Options: -DWITH_DNS
if flag(Feed)
- Build-Depends: feed
+ Build-Depends: feed (>= 0.3.4)
CPP-Options: -DWITH_FEED
if flag(Quvi)