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.
This commit is contained in:
parent
1688de3f1f
commit
d5c0b500d3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue