summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control32
2 files changed, 15 insertions, 18 deletions
diff --git a/debian/changelog b/debian/changelog
index cb8ed552..729eed4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ propellor (5.3.6) UNRELEASED; urgency=medium
* Dropped support for building propellor with ghc 7 (as in debian
oldstable), to avoid needing to depend on the semigroups transitional
package, but also because it's just too old to be worth supporting.
+ * Added dependency on concurrent-output; removed embedded copy.
-- Joey Hess <id@joeyh.name> Mon, 23 Apr 2018 13:12:25 -0400
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 <id@joeyh.name>
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