diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-13 14:32:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-13 14:32:00 -0400 |
| commit | 15e4a92d34fd40b1185d84764d2fb745163b6b72 (patch) | |
| tree | 6a6827b78b3a9038fcbf98b680516c081a7e4a00 /src | |
| parent | a90211d7b8beb6a6cbd04142a565008a8119a819 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 5c8289e7..dc683af2 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -28,7 +28,7 @@ scrollBox = propertyList "scroll server" $ props & Git.cloned "scroll" "git://git.kitenet.net/scroll" (d </> "scroll") Nothing & Apt.installed ["ghc", "make", "cabal-install", "libghc-vector-dev", "libghc-bytestring-dev", "libghc-mtl-dev", "libghc-ncurses-dev", - "libghc-random-dev", "libghc-monad-loops-dev", + "libghc-random-dev", "libghc-monad-loops-dev", "libghc-text-dev", "libghc-ifelse-dev", "libghc-case-insensitive-dev", "libghc-data-default-dev", "libghc-optparse-applicative-dev"] & userScriptProperty "scroll" |
