summaryrefslogtreecommitdiff
path: root/propellor.cabal
diff options
context:
space:
mode:
authorJoey Hess2020-06-10 14:40:29 -0400
committerJoey Hess2020-06-10 14:40:29 -0400
commitdbd3ba3400a3097498252097540ffe8075b00833 (patch)
tree1f319032876e2b7ed217ce4c0ec541e033eee1ad /propellor.cabal
parent8deac74e2c6d07537ee0c95928af069c8558390e (diff)
Added dependency on concurrent-output; removed embedded copy.
Trying again what failed in 2018 (commit 02eca2ae4cf51d8e83d94d8359e15ac053451109). I hope the problem was a broken old version of concurrent-output and that it will be ok now. This commit was sponsored by Denis Dzyubenko on Patreon.
Diffstat (limited to 'propellor.cabal')
-rw-r--r--propellor.cabal5
1 files changed, 1 insertions, 4 deletions
diff --git a/propellor.cabal b/propellor.cabal
index 4aaf9c0a..93edbb13 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, transformers, exceptions (>= 0.6), stm, text, hashable
+ time, mtl, exceptions (>= 0.6), hashable, concurrent-output
if flag(WithTypeErrors)
Build-Depends: type-errors
CPP-Options: -DWITH_TYPE_ERRORS
@@ -233,9 +233,6 @@ Library
Utility.Tmp.Dir
Utility.Tuple
Utility.UserInfo
- System.Console.Concurrent
- System.Console.Concurrent.Internal
- System.Process.Concurrent
Paths_propellor
Executable propellor-config