From 714374151c9ed2297ac9a23a9ebd8344668fb426 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Dec 2018 14:27:38 -0400 Subject: Fix build with ghc 8.6.3 Ghc started complaining that the SingI constraints needs UndecidableInstances. I'm not clear why, when it used to work without that extension. UndecidableInstances were already used in MetaTypes.. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 776e57cb..c870e48a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ propellor (5.5.1) UNRELEASED; urgency=medium * Added Libvirt module. Thanks, Sean Whitton. * When bootstrapping on Debian, libghc-stm-dev may not be available, as it's become part of ghc, so check before trying to install it. + * Fix build with ghc 8.6.3. -- Joey Hess Tue, 23 Oct 2018 11:37:16 -0400 -- cgit v1.2.3