since http conduit is broken on stable, go ghetto and use curl
This commit is contained in:
parent
a83d489270
commit
0592ab4bd7
|
@ -202,7 +202,6 @@ twitRss = combineProperties "twitter rss"
|
||||||
`requires` Apt.installed
|
`requires` Apt.installed
|
||||||
[ "libghc-xml-dev"
|
[ "libghc-xml-dev"
|
||||||
, "libghc-feed-dev"
|
, "libghc-feed-dev"
|
||||||
, "libghc-http-conduit-dev"
|
|
||||||
, "libghc-tagsoup-dev"
|
, "libghc-tagsoup-dev"
|
||||||
]
|
]
|
||||||
, feed "http://twitter.com/search/realtime?q=git-annex" "git-annex-twitter"
|
, feed "http://twitter.com/search/realtime?q=git-annex" "git-annex-twitter"
|
||||||
|
|
|
@ -109,7 +109,6 @@ hosts = -- (o) `
|
||||||
"tmp.kitenet.net"
|
"tmp.kitenet.net"
|
||||||
"26fd6e38-1226-11e2-a75f-ff007033bdba"
|
"26fd6e38-1226-11e2-a75f-ff007033bdba"
|
||||||
[]
|
[]
|
||||||
-- TODO:twitRss is broken on stable
|
|
||||||
& JoeySites.twitRss
|
& JoeySites.twitRss
|
||||||
|
|
||||||
& Apt.installed ["ntop"]
|
& Apt.installed ["ntop"]
|
||||||
|
|
Loading…
Reference in New Issue