From 09768ffa20997ee42b5860d90318419d5ef38bca Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 Apr 2018 13:56:56 -0400 Subject: Added dependency on concurrent-output; removed embedded copy. Removed deps on transformers, text, stm. Updated debian/control and Propellor.Bootstrap accordingly. Sorted the lists of deps to make it easier to keep them in sync. --- debian/control | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5a041c90..77bd7eae 100644 --- a/debian/control +++ b/debian/control @@ -6,19 +6,17 @@ Build-Depends: git, ghc (>= 7.6), cabal-install, + libghc-ansi-terminal-dev, libghc-async-dev, - libghc-split-dev, + libghc-concurrent-output-dev, + libghc-exceptions-dev (>= 0.6), + libghc-hashable-dev, libghc-hslogger-dev, - libghc-unix-compat-dev, - libghc-ansi-terminal-dev, libghc-ifelse-dev, - libghc-network-dev, libghc-mtl-dev, - libghc-transformers-dev, - libghc-exceptions-dev (>= 0.6), - libghc-stm-dev, - libghc-text-dev, - libghc-hashable-dev, + libghc-network-dev, + libghc-split-dev, + libghc-unix-compat-dev, Maintainer: Joey Hess Standards-Version: 3.9.8 Vcs-Git: git://git.joeyh.name/propellor @@ -30,19 +28,17 @@ Section: admin Depends: ${misc:Depends}, ${shlibs:Depends}, ghc (>= 7.4), cabal-install, + libghc-ansi-terminal-dev, libghc-async-dev, - libghc-split-dev, + libghc-concurrent-output-dev, + libghc-exceptions-dev (>= 0.6), + libghc-hashable-dev, libghc-hslogger-dev, - libghc-unix-compat-dev, - libghc-ansi-terminal-dev, libghc-ifelse-dev, - libghc-network-dev, libghc-mtl-dev, - libghc-transformers-dev, - libghc-exceptions-dev (>= 0.6), - libghc-stm-dev, - libghc-text-dev, - libghc-hashable-dev, + libghc-network-dev, + libghc-split-dev, + libghc-unix-compat-dev, git, 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