summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2016-04-05 13:26:42 -0400
committerJoey Hess2016-04-05 13:26:42 -0400
commit4332d4e54c417cd4edb0a1f37dc5ad97ce706048 (patch)
treefbba88b786f10b9306f909679ece4128a81924e7 /propellor.cabal
parentf093568d9156e551071a0ad2583a03307b717aa2 (diff)
propellor spin
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal15
1 files changed, 8 insertions, 7 deletions
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