summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5ddbca1c..849d132d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+propellor (5.12) UNRELEASED; urgency=medium
+
+ * Added libghc-type-errors-dev to debian/control recommends, and
+ install it if available when bootstrapping propellor.
+
+ -- Joey Hess <id@joeyh.name> Thu, 27 Aug 2020 20:57:48 -0400
+
propellor (5.11) unstable; urgency=medium
* Fix display of concurrent output from processes when using
diff --git a/debian/control b/debian/control
index 5a46822f..ef1a7ca4 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends:
libghc-exceptions-dev (>= 0.6),
libghc-text-dev,
libghc-hashable-dev,
+ libghc-type-errors-dev,
Maintainer: Joey Hess <id@joeyh.name>
Standards-Version: 3.9.8
Vcs-Git: git://git.joeyh.name/propellor
@@ -42,6 +43,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
libghc-text-dev,
libghc-hashable-dev,
git (>= 2.0),
+Recommends: libghc-type-errors-dev,
Description: property-based host configuration management in haskell
Propellor ensures that the system it's run in satisfies a list of
properties, taking action as necessary when a property is not yet met.