summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2020-08-27 23:46:27 -0400
committerJoey Hess2020-08-27 23:46:27 -0400
commit333657b15634dfe7c75e6bba2b76bd94eb150c8a (patch)
treedc43ddea5fa4a871df6e5b18575b12fa1c54a679 /debian/changelog
parent7610baa7b8a1491f6781914fad156630ea3716cf (diff)
Worked around a situation where ghc uses insane amounts of memory displaying an error message about a property of a host having the wrong number of arguments
This is suboptimal, and I hope ghc improves eventually. But it's a lot better than using all available memory. This commit was sponsored by Svenne Krap on Patreon.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f2505f06..de1914c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
propellor (5.12) UNRELEASED; urgency=medium
+ * Worked around a situation where ghc uses insane amounts of memory
+ displaying an error message about a property of a host having the
+ wrong number of arguments.
* Added libghc-type-errors-dev to debian/control recommends, and
install it if available when bootstrapping propellor.
* Borg: add UseUmask to BorgRepoOpt.