propellor spin
This commit is contained in:
parent
5775643fc0
commit
de106741ec
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue