X.D.Extending: Remove module list

As of 38c11c1e3cfa1b91d9af796872e3d011895b4d50, all modules now include
a `Description` string that can be rendered using Haddock. This makes
the list in `XMonad.Doc.Extending` redundant.

Related: https://github.com/xmonad/xmonad-contrib/issues/619
This commit is contained in:
Yecine Megdiche 2021-10-12 09:24:37 +02:00 committed by slotThe
parent 9ff7f89664
commit 839302533b
2 changed files with 27 additions and 1228 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,7 @@
name: xmonad-contrib name: xmonad-contrib
version: 0.16.999 version: 0.16.999
-- ^ also update cpp-options: -DXMONAD_CONTRIB_VERSION_*
homepage: http://xmonad.org/ homepage: http://xmonad.org/
synopsis: Third party extensions for xmonad synopsis: Third party extensions for xmonad
description: description:
@ -61,6 +63,9 @@ library
xmonad >= 0.16.99999 && < 0.18, xmonad >= 0.16.99999 && < 0.18,
utf8-string utf8-string
cpp-options: -DXMONAD_CONTRIB_VERSION_MAJOR=0
-DXMONAD_CONTRIB_VERSION_MINOR=16
-DXMONAD_CONTRIB_VERSION_PATCH=999
ghc-options: -Wall -Wno-unused-do-bind ghc-options: -Wall -Wno-unused-do-bind
if flag(pedantic) if flag(pedantic)