mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Merge pull request #620 from TheMC47/extending-module-list
`X.D.Extending`: Remove module list
This commit is contained in:
commit
08b8b285a8
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -11,5 +11,3 @@ behind them.
|
|||||||
manually, ...) and concluded: XXX
|
manually, ...) and concluded: XXX
|
||||||
|
|
||||||
- [ ] I updated the `CHANGES.md` file
|
- [ ] 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
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user