diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-15 15:08:25 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-15 15:08:25 -0400 |
| commit | 0592ab4bd7deaadaa971bc7d19b7beaca5a1253e (patch) | |
| tree | b2d5df487e65d5f8d59e7970cd8fa27d70dca4fc /Propellor | |
| parent | a83d48927044145bd7298984c36ffd16ffdbc6bd (diff) | |
since http conduit is broken on stable, go ghetto and use curl
Diffstat (limited to 'Propellor')
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index ae6c2dc4..dd24bb6c 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -202,7 +202,6 @@ twitRss = combineProperties "twitter rss" `requires` Apt.installed [ "libghc-xml-dev" , "libghc-feed-dev" - , "libghc-http-conduit-dev" , "libghc-tagsoup-dev" ] , feed "http://twitter.com/search/realtime?q=git-annex" "git-annex-twitter" |
