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.

Expose XMonad.Util.ClickableWorkspaces in the Cabal file so the module can actually be imported without build failures. - zhengqunkoo/xmonad-contrib