summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoey Hess2020-08-27 21:40:32 -0400
committerJoey Hess2020-08-27 21:40:40 -0400
commit14b255cb5cdf7911519d5da0f319c8517986f5c9 (patch)
tree7428daa11a0daecf373259acc24d1594672bfdcd /debian/control
parentc6226596e0bfa12536a643100ef5016fd0906799 (diff)
use libghc-type-errors-dev when available
Added libghc-type-errors-dev to debian/control recommends, and install it if available when bootstrapping propellor. At a future point, this can be converted to a dependency. This commit was sponsored by Jochen Bartl on Patreon.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 2 insertions, 0 deletions
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.