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
|
CPP-Options: -DWITH_DNS
|
||||||
|
|
||||||
if flag(Feed)
|
if flag(Feed)
|
||||||
Build-Depends: feed
|
Build-Depends: feed (>= 0.3.4)
|
||||||
CPP-Options: -DWITH_FEED
|
CPP-Options: -DWITH_FEED
|
||||||
|
|
||||||
if flag(Quvi)
|
if flag(Quvi)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue