summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2019-07-02 00:45:57 -0400
committerJoey Hess2019-07-02 00:45:57 -0400
commit7ac0fbfa247ca153a6187c47dde9fc3a94c9cdb5 (patch)
treecc69e43ade9ca443d9161c764e640a2b8e9cb30f /debian
parentd8ba8acbc58498641b729d7068d9e0b6c93c890b (diff)
parent9241f54cf269e7ce3c9897ff66a9bfa2eb1ab64b (diff)
Merge branch 'joeyconfig' into custom-error-types
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog25
1 files changed, 2 insertions, 23 deletions
diff --git a/debian/changelog b/debian/changelog
index c74cd929..c263fc96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,26 +1,5 @@
-propellor (5.9.0) UNRELEASED; urgency=medium
-
- * Avoid displaying an excessive amount of type error messages when many
- properties have been combined in a props list.
- * Added custom type error messages when Properties don't combine due to
- conflicting MetaTypes.
- * Added custom type error messages for ensureProperty and tightenTargets.
- * Note that those changes made ghc 8.0.1 in a few cases unable to infer
- types when ensureProperty or tightenTargets is used. Adding a type
- annotation will work around this problem, if you cannot upgrade
- to a newer ghc that handles them better.
- * Use the type-errors library to detect when the type checker gets stuck
- unable to reduce type-level operations on MetaTypes, and avoid
- displaying massive error messages in such a case.
- * But, since type-errors is a new library not available in eg Debian
- 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)
- * ensureProperty: The contraints have been simplified
- to TightenTargetsAllowed. (API change)
- * CheckCombinable generates a Bool. (API change)
+propellor (5.8.1) UNRELEASED; urgency=medium
+
* Libvirt.installed: install libvirt-daemon-system
Thanks, David Bremner