summaryrefslogtreecommitdiff
path: root/src/Propellor/Bootstrap.hs
diff options
context:
space:
mode:
authorJoey Hess2016-04-05 13:26:42 -0400
committerJoey Hess2016-04-05 13:26:42 -0400
commit4332d4e54c417cd4edb0a1f37dc5ad97ce706048 (patch)
treefbba88b786f10b9306f909679ece4128a81924e7 /src/Propellor/Bootstrap.hs
parentf093568d9156e551071a0ad2583a03307b717aa2 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Bootstrap.hs')
-rw-r--r--src/Propellor/Bootstrap.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Propellor/Bootstrap.hs b/src/Propellor/Bootstrap.hs
index 300be156..29175a67 100644
--- a/src/Propellor/Bootstrap.hs
+++ b/src/Propellor/Bootstrap.hs
@@ -92,7 +92,6 @@ depsCommand msys = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall])
, "libghc-exceptions-dev"
, "libghc-stm-dev"
, "libghc-text-dev"
- , "libghc-concurrent-output-dev"
, "make"
]
fbsddeps =
@@ -111,7 +110,6 @@ depsCommand msys = "( " ++ intercalate " ; " (concat [osinstall, cabalinstall])
, "hs-exceptions"
, "hs-stm"
, "hs-text"
- , "hs-concurrent-output"
, "gmake"
]