New comment by jchook on void-packages repository https://github.com/void-linux/void-packages/issues/6414#issuecomment-760591521 Comment: For a temporary workaround until `xmonad-contrib` issue is fixed, I got it all to install via cabal with the following: ```sh xbps-install -y xorg dmenu xmonad cabal-install libX11-devel libXinerama-devel libXext-devel libXrandr-devel libXScrnSaver-devel ncurses-libtinfo-devel pkg-config cabal update cabal install --lib xmonad xmonad-contrib X11 cabal install xmonad ```