Merge pull request #620 from TheMC47/extending-module-list

`X.D.Extending`: Remove module list
This commit is contained in:
slotThe 2021-10-21 14:49:37 +02:00 committed by GitHub
commit 08b8b285a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 1230 deletions

View File

@ -11,5 +11,3 @@ behind them.
manually, ...) and concluded: XXX
- [ ] I updated the `CHANGES.md` file
- [ ] I updated the `XMonad.Doc.Extending` file (if appropriate)

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,7 @@
name: xmonad-contrib
version: 0.16.999
-- ^ also update cpp-options: -DXMONAD_CONTRIB_VERSION_*
homepage: http://xmonad.org/
synopsis: Third party extensions for xmonad
description:
@ -61,6 +63,9 @@ library
xmonad >= 0.16.99999 && < 0.18,
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
if flag(pedantic)