diff options
| author | Alexander 'ccntrq' Pankoff <ccntrq@screenri.de> | 2026-06-18 10:36:49 +0200 |
|---|---|---|
| committer | jao <mail@jao.io> | 2026-06-18 22:36:43 +0200 |
| commit | 139bfaf7f00d1fa51a2053c5c82e7f420b75778e (patch) | |
| tree | 1aeb98402c24123857817aaf3d63ec596c439281 /stack.yaml | |
| parent | 7dd088c3de960d8e6bba1bb6aa452a3e7a293355 (diff) | |
| download | xmobar-139bfaf7f00d1fa51a2053c5c82e7f420b75778e.tar.gz xmobar-139bfaf7f00d1fa51a2053c5c82e7f420b75778e.tar.bz2 | |
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.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |
