diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-14 14:45:36 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-14 14:45:36 -0400 |
| commit | 23b370398ceb933271cbd19919f2d8b1c6b00188 (patch) | |
| tree | 0954fba639b461cbbc2ee999e7a42f5cf3fc0f3b | |
| parent | de106741ece5cb2fcf206bd7537b88266d2d38c5 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/SiteSpecific/JoeySites.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs index c3ddc116..0c1a1f4f 100644 --- a/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/Propellor/Property/SiteSpecific/JoeySites.hs @@ -200,6 +200,7 @@ twitRss = combineProperties "twitter rss" `requires` Apt.installed [ "libghc-xml-dev" , "libghc-feed-dev" + , "libghc-http-conduit-dev" ] ] where |
