pushed
zhengqunkoo/xmonad-contrib • 10:49 PM - Oct 11, 2020
This change fixes a packaging mistake in xmonad-contrib.cabal where XMonad.Util.ClickableWorkspaces existed but was not listed as an exposed module. As a result, users trying to import it would hit a compilation error even though the implementation was present in the source tree. Updating the exposed-modules list makes the utility available as intended and unblocks downstream configs immediately.
