summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2020-06-10 14:43:06 -0400
committerJoey Hess2020-06-10 14:43:06 -0400
commita971958d232562e3ebd18a0266a80c7da0d3b3fd (patch)
treee013b56bcbe3c1af09d3eaa42db960c38ce0f67e /src/Propellor
parenta3e3ef3a4b2588d44c4f045bf17620fed093b6a0 (diff)
add concurrent-output apt dep
I don't know if the other distros have a package.
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Bootstrap.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index 3621cabb..66192e36 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -150,6 +150,7 @@ depsCommand bs msys = "( " ++ intercalate " ; " (go bs) ++ ") || true"
, Dep "libghc-mtl-dev"
, Dep "libghc-exceptions-dev"
, Dep "libghc-hashable-dev"
+ , Dep "libghc-concurrent-output-dev"
]
debdeps Stack =
[ Dep "gnupg"