diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 22:32:41 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 22:32:41 -0400 |
| commit | 519f29f734e7a87a46918718ef558c048efb5eb5 (patch) | |
| tree | 0a9a75098ddf85266c6801daa6f6fa15eb3b9ea0 /Property | |
| parent | cf63e4c83ede98ecceb0e5f23b28f611c8f14f40 (diff) | |
propellor spin
Diffstat (limited to 'Property')
| -rw-r--r-- | Property/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Property/JoeySites.hs b/Property/JoeySites.hs index 5a6f4fa7..636061a3 100644 --- a/Property/JoeySites.hs +++ b/Property/JoeySites.hs @@ -9,7 +9,7 @@ import qualified Property.Apt as Apt oldUseNetshellBox :: Property oldUseNetshellBox = check (not <$> Apt.isInstalled "oldusenet") $ propertyList ("olduse.net shellbox") - [ Apt.installed (words "build-essential devscripts debhelper git ghc libghc-strptime-dev libghc-hamlet-dev libghc-ifelse-dev libghc-hxt-dev libghc-utf8-string-dev libghc-missingh-dev libghc-sha-dev") + [ Apt.installed (words "build-essential devscripts debhelper git libncurses5-dev ghc libghc-strptime-dev libghc-hamlet-dev libghc-ifelse-dev libghc-hxt-dev libghc-utf8-string-dev libghc-missingh-dev libghc-sha-dev") `describe` "olduse.net build deps" , scriptProperty [ "rm -rf /root/tmp/oldusenet" -- idenpotency |
