summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-03-11 22:34:10 -0400
committerJoey Hess2015-03-11 22:34:10 -0400
commitd9d5bf6d447d73e1aa1ab9cb5acc6f88569960cc (patch)
treec9fe168fac51f77266a1fd5e2648f35742cef06b /src
parentb508bb52fd3c7e9862c0475d052deb5474be2e0c (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 1abad06f..f97db429 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -30,7 +30,8 @@ scrollBox = propertyList "scroll shell box" $ props
& Apt.installed ["ghc", "make", "cabal-install", "libghc-vector-dev",
"libghc-bytestring-dev", "libghc-mtl-dev", "libghc-ncurses-dev",
"libghc-random-dev", "libghc-monad-loops-dev",
- "libghc-ifelse-dev", "libghc-case-insensitive-dev"]
+ "libghc-ifelse-dev", "libghc-case-insensitive-dev",
+ "libghc-data-default-dev"]
& userScriptProperty "scroll"
[ "cd " ++ d </> "scroll"
, "git pull"