summaryrefslogtreecommitdiff
path: root/Property/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 22:23:18 -0400
committerJoey Hess2014-03-30 22:23:18 -0400
commitbb0425975c53b770c0958b51223bd21c41aa1187 (patch)
treeb80c8a43980736e55da191c1244b0750b2414e00 /Property/JoeySites.hs
parent4357d6117453e1a0759a6482f4006fa042110a6c (diff)
propellor spin
Diffstat (limited to 'Property/JoeySites.hs')
-rw-r--r--Property/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Property/JoeySites.hs b/Property/JoeySites.hs
index 35d51095..550c79ea 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 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 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")
`describe` "olduse.net build deps"
, scriptProperty
[ "git clone git://olduse.net/ /root/tmp/oldusenet/source"