summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2018-04-29 13:58:30 -0400
committerJoey Hess2018-04-29 13:58:30 -0400
commitfc26ec47945c7ec78db69127c3640f3d878ed52a (patch)
tree40c04a1108a4f798878583399a0dee41056ccbda /src/Propellor
parent3bfae184bdc31cc21c2dc77ed9d4c5641c88571e (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-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 7d2ae9df..d7f6196b 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1105,7 +1105,8 @@ devSoftware = Apt.installed
[ "build-essential", "debhelper", "devscripts"
, "ghc", "cabal-install", "haskell-stack"
, "hothasktags", "hdevtools", "hlint"
- , "gdb", "dpkg-repack", "lintian"
+ , "gdb", "time"
+ , "dpkg-repack", "lintian"
, "pristine-tar", "github-backup"
]