From a077594770132b4a07b168936d07385ff0c618d6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 10 Jun 2020 15:08:44 -0400 Subject: Revert "Added dependency on concurrent-output; removed embedded copy." This reverts commit dbd3ba3400a3097498252097540ffe8075b00833. Still has the same problem as in 2018! --- debian/changelog | 1 - debian/control | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 922e481e..b46c4b4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,6 @@ propellor (5.10.3) UNRELEASED; urgency=medium * Fix display of concurrent output from processes when using Propellor.Property.Conductor. (Reversion introduced in version 5.5.0.) - * Added dependency on concurrent-output; removed embedded copy. -- Joey Hess Fri, 05 Jun 2020 11:26:21 -0400 diff --git a/debian/control b/debian/control index 8e61fd80..5a46822f 100644 --- a/debian/control +++ b/debian/control @@ -14,9 +14,10 @@ Build-Depends: libghc-ifelse-dev, libghc-network-dev, libghc-mtl-dev, + libghc-transformers-dev, libghc-exceptions-dev (>= 0.6), + libghc-text-dev, libghc-hashable-dev, - libghc-concurrent-output-dev, Maintainer: Joey Hess Standards-Version: 3.9.8 Vcs-Git: git://git.joeyh.name/propellor @@ -36,9 +37,10 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, libghc-ifelse-dev, libghc-network-dev, libghc-mtl-dev, + libghc-transformers-dev, libghc-exceptions-dev (>= 0.6), + libghc-text-dev, libghc-hashable-dev, - libghc-concurrent-output-dev, git (>= 2.0), Description: property-based host configuration management in haskell Propellor ensures that the system it's run in satisfies a list of -- cgit v1.2.3