summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-14 14:44:45 -0400
committerJoey Hess2014-04-14 14:44:45 -0400
commitde106741ece5cb2fcf206bd7537b88266d2d38c5 (patch)
tree26ce97dd366c2f25d3a334930f846a37dcb42016 /Propellor/Property
parent5775643fc0b6da8e58adac49524f82044368c7d6 (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/SiteSpecific/JoeySites.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/Propellor/Property/SiteSpecific/JoeySites.hs b/Propellor/Property/SiteSpecific/JoeySites.hs
index 847bd8b9..c3ddc116 100644
--- a/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -197,7 +197,10 @@ twitRss = combineProperties "twitter rss"
[ "cd " ++ dir
, "ghc --make twitRss"
]
- `requires` Apt.installed ["libghc-xml-dev"]
+ `requires` Apt.installed
+ [ "libghc-xml-dev"
+ , "libghc-feed-dev"
+ ]
]
where
dir = "/srv/web/tmp.kitenet.net/twitrss"