From 4332d4e54c417cd4edb0a1f37dc5ad97ce706048 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Apr 2016 13:26:42 -0400 Subject: propellor spin --- src/Propellor/Bootstrap.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Propellor/Bootstrap.hs') 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" ] -- cgit v1.2.3