summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2020-06-17 17:57:04 -0400
committerJoey Hess2020-06-17 17:58:12 -0400
commit745784f61bdd678e20b1b18743f18d458836a802 (patch)
tree7a345c7c4bb7a7ead33c86d1dabe1f5840f11d1a /debian
parent298f437253fd87a3f412ae875a56b7833da956e0 (diff)
Support bootstrapping to hosts using cabal 3.x, with new-dist directory.
* Support bootstrapping to hosts using cabal 3.x, with new-dist directory. * Makefile: Fix build with cabal 3.x. This assumes that, once a new-dist directory is created, the host won't revert back to using dist. So it always prefers binaries from new-dist over dist. This commit was sponsored by LND on Patreon.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b46c4b4e..24bbf641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ propellor (5.10.3) UNRELEASED; urgency=medium
* Fix display of concurrent output from processes when using
Propellor.Property.Conductor.
(Reversion introduced in version 5.5.0.)
+ * Support bootstrapping to hosts using cabal 3.x, with new-dist directory.
+ * Makefile: Fix build with cabal 3.x.
-- Joey Hess <id@joeyh.name> Fri, 05 Jun 2020 11:26:21 -0400