From abc34ec05d684fe602415da66bcf1b965ced2505 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 22:33:27 -0400 Subject: [PATCH] propellor spin --- Property/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Property/JoeySites.hs b/Property/JoeySites.hs index 636061a..c016c76 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 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") + [ Apt.installed (words "build-essential devscripts debhelper git libncurses5w-dev libpcre3-dev pkg-config bison libicu-dev libcanlock2-dev libuu-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