diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-04-29 13:58:30 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-04-29 13:58:30 -0400 |
| commit | fc26ec47945c7ec78db69127c3640f3d878ed52a (patch) | |
| tree | 40c04a1108a4f798878583399a0dee41056ccbda /src | |
| parent | 3bfae184bdc31cc21c2dc77ed9d4c5641c88571e (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
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" ] |
