mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
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:
parent
9ff7f89664
commit
839302533b
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