Joan Milev
f732082fdc
Remove all derivations of Typeable
...
Typeable has been automatically derived for every type since GHC 7.10,
so remove these obsolete derivations. This also allows us to get rid of
the `DeriveDataTypeable` pragma quite naturally.
Related: https://github.com/xmonad/xmonad/pull/299 (xmonad/xmonad@9e5b16ed8a )
Related: bd5b969d9ba24236c0d5ef521c0397390dbc4b37
Fixes: https://github.com/xmonad/xmonad-contrib/issues/548
2021-06-18 14:10:23 +02:00
slotThe
bd5b969d9b
Apply hlint hints
...
All hints are applied in one single commit, as a commit per hint would
result in 80+ separate commits—tihs is really just too much noise.
Related: https://github.com/xmonad/xmonad-contrib/issues/537
2021-06-06 18:59:05 +02:00
Adam Vogt
646090a3d9
Fix haddock parse error in X.A.LinkWorkspaces
2013-05-28 13:34:48 +00:00
Adam Vogt
31ec8cc26a
Remove trailing whitespace in X.A.LinkWorkspaces
2013-05-14 21:54:21 +00:00
quesel
0fcb4ae238
Update documentation of LinkWorkspaces Module
2011-03-28 07:28:13 +00:00
quesel
3722f48da9
Added a module for linking workspaces
...
This module provides a way to link certain workspaces in a multihead setup.
That way, when switching to the first one the other heads display the linked
workspaces.
2011-02-10 16:50:18 +00:00