diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-30 12:23:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-30 12:23:31 -0400 |
| commit | 29d8b616ea2dca958f8785266e33fac63cebcf46 (patch) | |
| tree | 18918c76fa45a72a6ed7207dedec14678937b625 /src/Propellor/Bootstrap.hs | |
| parent | 46c3acd7e47482f99904a9b57abefaba595d524d (diff) | |
add hs-concurrent-output to freebsd deps
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
| -rw-r--r-- | src/Propellor/Bootstrap.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs index 3b4c3106..2ad0f688 100644 --- a/src/Propellor/Bootstrap.hs +++ b/src/Propellor/Bootstrap.hs @@ -109,6 +109,7 @@ depsCommand msys = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall]) , "hs-exceptions" , "hs-stm" , "hs-text" + , "hs-concurrent-output" , "gmake" ] |
