From dbd3ba3400a3097498252097540ffe8075b00833 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 10 Jun 2020 14:40:29 -0400 Subject: 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. --- propellor.cabal | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'propellor.cabal') 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 -- cgit v1.2.3