From 139bfaf7f00d1fa51a2053c5c82e7f420b75778e Mon Sep 17 00:00:00 2001 From: Alexander 'ccntrq' Pankoff Date: Thu, 18 Jun 2026 10:36:49 +0200 Subject: Update stack.yaml for latest stackage lts Bump the resolver from lts-18.20 (GHC 8.10.7) to lts-24.45 (GHC 9.10.3). GHC 8.10 is below the minimum we now support, so the old resolver no longer matched our GHC support policy. lts-24.45 sits within the supported 9.6-9.14 range and is the latest lts on stackage. The newer snapshot ships recent enough versions of libmpd, cairo, pango, glib and gtk2hs-buildtools, so drop them from extra-deps and let stack take them from the resolver. --- stack.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/stack.yaml b/stack.yaml index 0b8ecb4..439f19f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,5 +1,5 @@ -# ghc 8.10.7 -resolver: lts-18.20 +# ghc-9.10.3 +resolver: lts-24.45 packages: - . @@ -11,11 +11,6 @@ flags: extra-deps: - netlink-1.1.1.0 - - libmpd-0.9.2.0 - - cairo-0.13.8.2 - - pango-0.13.8.2 - - glib-0.13.8.2 - - gtk2hs-buildtools-0.13.8.3 nix: packages: - alsaLib -- cgit v1.2.3