Closed thalting closed 5 months ago
Looks like you forgot to include your changes to xmonad-contrib.cabal
?
Looks like you forgot to include your changes to
xmonad-contrib.cabal
?
What changes? Wouldn't that be for new modules?
Oh, I see, you don't run the test suite. The problem is that the test suite tests XMonad.Actions.WindowBringer
, so its new dependencies need to be added to its other-modules
.
Okay, that looks better. Although now that I look, I don't see the test suite actually using WindowBringer at all, so possibly it needs to be removed (not your problem, it's future work and I'll have to check for any other dependencies the test suite isn't using).
Thanks!
Looks like something is using it after all…
XMonad.Prompt.WindowBringer (copyMenu)
A convenient way to copy a window to the current workspace.
Checklist
[x] I've read CONTRIBUTING.md
[x] I've considered how to best test these changes (property, unit, manually, ...) and concluded: XXX
[x] I updated the
CHANGES.md
file