Deprecate user and abandoned modules

Now that the user configs are on the website, it is time to deprecate
them.  At the same time deprecated X.C.Monad, which hasn't been updated
since 2008 and X.C.Prime, which has confused users quite recently,
thinking it to be a better starting place.

Fixes: https://github.com/xmonad/xmonad-contrib/issues/677
Fixes: https://github.com/xmonad/xmonad-contrib/issues/595
Related: https://github.com/xmonad/xmonad-web/pull/49
This commit is contained in:
slotThe
2022-01-12 15:10:15 +01:00
parent 41ca79986b
commit 478393fb7d
10 changed files with 17 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
--
-----------------------------------------------------------------------------
module XMonad.Config.Prime (
module XMonad.Config.Prime {-# DEPRECATED "This module is a perpetual draft and will therefore be removed from xmonad-contrib in the near future." #-} (
-- Note: The identifiers here are listed in the order that makes the most sense
-- for a user, while the definitions below are listed in the order that makes
-- the most sense for a developer.