From 1c12b89a671152d7da4630b41b48815eefc8c2fe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 2 Jul 2019 14:39:51 -0400 Subject: use ConstraintKinds This is just a bit prettier code than manually needing to use constraint ~ True --- debian/changelog | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 9cf041ec..4ef6c19f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,11 +17,9 @@ propellor (5.9.0) UNRELEASED; urgency=medium yet, added a WithTypeErrors build flag. When the library is not available, cabal will automatically disable that build flag, and it will build without the type-errors library. - * ensureProperty: The constraints have been simplified - to EnsurePropertyAllowed. (API change) - * tightenTargers: The contraints have been simplified - to TightenTargetsAllowed. (API change) - * CheckCombinable type changed. (API change) + * EnsurePropertyAllowed, TightenTargetsAllowed, and CheckCombinable + types have changed to Constraint. + (API change) * Try harder to avoid displaying an excessive amount of type error messages when many properties have been combined in a props list. * Libvirt.installed: install libvirt-daemon-system -- cgit v1.2.3