From a971958d232562e3ebd18a0266a80c7da0d3b3fd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 10 Jun 2020 14:43:06 -0400 Subject: add concurrent-output apt dep I don't know if the other distros have a package. --- src/Propellor/Bootstrap.hs | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3