There is an updated pull request by slotThe against master on the void-packages repository https://github.com/slotThe/void-packages ghc-8.10.7 https://github.com/void-linux/void-packages/pull/33850 [WIP] GHC 8.10.7 The 8.10.x release flood seems to have stopped; time for the fun part to begin! - [x] ghc - [ ] ghc-bin - [x] x86_64-musl ([Link](https://download1079.mediafire.com/1l9xm9fxv0ig/2pajfh1y79zf5if/ghc-8.10.7-x86_64-void-linux-musl.tar.xz)) cc @q66 for the following - [ ] ppc64le - [ ] ppc64le-musl - [x] cabal-install - [x] stack Rebuild literally every single haskell package we have and see if anything's broken: - [ ] git-mediate - [x] kmonad - [x] cgrep - [ ] debug-me - [x] hlint - [x] hoogle - [x] darcs - [x] shellcheck - [ ] git-annex - [x] hledger - [x] pandoc - [x] xmobar - [x] haskell-language-server I saw that the `xmonad` and `xmonad-contrib` packages are still in the repos, so maybe this slipped through the cracks for the 8.10.4 bump. I'll quote from last time: > For the following two I'd like to fix #6414 while we're at it. Because stack can't install libraries globally, this would involve either removing these packages entirely and advising users to install them in their own stack or cabal projects, or finding a way to build them with cabal and updating ghc's data base accordingly. This would probably use v1 commands, as we don't want to nuke our users db if we update xmonad. Cc @xaltsc as the current maintainer and @chilledfrogs as someone who might want to tackle this (if I read the IRC discussion correctly). Since we're more or less talking about system wide installs anyways, these are much better addressed (imo) with [cabal-env](https://github.com/phadej/cabal-extras) or [stack](https://github.com/xmonad/xmonad/blob/master/INSTALL.md). - [ ] REMOVE/DEPRECATE xmonad - [ ] REMOVE/DEPRECATE xmonad-contrib #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR [ci skip] A patch file from https://github.com/void-linux/void-packages/pull/33850.patch is attached