summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
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"
]