From 1dd454ebfaadcf906a96dce6c0519abb6ddcbbbc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 14:05:54 -0400 Subject: build with -threaded This is needed so that when propellor is running inside docker, it can start a login shell, and at the same time, run its simplesh. --- propellor.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index d44b387a..6231c7f5 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -25,7 +25,7 @@ Description: Executable propellor Main-Is: config.hs - GHC-Options: -Wall + GHC-Options: -Wall -threaded Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, containers, network, async @@ -34,7 +34,7 @@ Executable propellor Build-Depends: unix Library - GHC-Options: -Wall + GHC-Options: -Wall -threaded Build-Depends: MissingH, directory, filepath, base >= 4.5, base < 5, IfElse, process, bytestring, hslogger, unix-compat, ansi-terminal, containers, network, async -- cgit v1.2.3