summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 93edbb13..4aaf9c0a 100644
--- a/propellor.cabal
+++ b/propellor.cabal
@@ -49,7 +49,7 @@ Library
base >= 4.9, base < 5,
directory, filepath, IfElse, process, bytestring, hslogger, split,
unix, unix-compat, ansi-terminal, containers (>= 0.5), network, async,
- time, mtl, exceptions (>= 0.6), hashable, concurrent-output
+ time, mtl, transformers, exceptions (>= 0.6), stm, text, hashable
if flag(WithTypeErrors)
Build-Depends: type-errors
CPP-Options: -DWITH_TYPE_ERRORS
@@ -233,6 +233,9 @@ Library
Utility.Tmp.Dir
Utility.Tuple
Utility.UserInfo
+ System.Console.Concurrent
+ System.Console.Concurrent.Internal
+ System.Process.Concurrent
Paths_propellor
Executable propellor-config