From 4332d4e54c417cd4edb0a1f37dc5ad97ce706048 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 5 Apr 2016 13:26:42 -0400 Subject: propellor spin --- propellor.cabal | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'propellor.cabal') diff --git a/propellor.cabal b/propellor.cabal index 4017df87..e779f194 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -41,12 +41,12 @@ Executable propellor Extensions: TypeOperators Hs-Source-Dirs: src Build-Depends: - -- propellor needs to support the ghc shipped in Debian stable + -- propellor needs to support the ghc shipped in Debian stable, + -- and also only depends on packages in Debian stable. base >= 4.5, base < 5, MissingH, directory, filepath, IfElse, process, bytestring, hslogger, unix, unix-compat, ansi-terminal, containers (>= 0.5), network, async, - time, mtl, transformers, exceptions (>= 0.6), stm, text, - concurrent-output + time, mtl, transformers, exceptions (>= 0.6), stm, text Executable propellor-config Main-Is: config.hs @@ -57,8 +57,7 @@ Executable propellor-config base >= 4.5, base < 5, MissingH, directory, filepath, IfElse, process, bytestring, hslogger, unix, unix-compat, ansi-terminal, containers (>= 0.5), network, async, - time, mtl, transformers, exceptions (>= 0.6), stm, text, - concurrent-output + time, mtl, transformers, exceptions (>= 0.6), stm, text Library GHC-Options: -Wall -fno-warn-tabs -O0 @@ -68,8 +67,7 @@ Library base >= 4.5, base < 5, MissingH, directory, filepath, IfElse, process, bytestring, hslogger, unix, unix-compat, ansi-terminal, containers (>= 0.5), network, async, - time, mtl, transformers, exceptions (>= 0.6), stm, text, - concurrent-output + time, mtl, transformers, exceptions (>= 0.6), stm, text Exposed-Modules: Propellor @@ -209,6 +207,9 @@ Library Utility.ThreadScheduler Utility.Tmp Utility.UserInfo + System.Console.Concurrent + System.Console.Concurrent.Internal + System.Process.Concurrent source-repository head type: git -- cgit v1.2.3