mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
depend on X11 1.4.0
This commit is contained in:
@@ -6,8 +6,8 @@ description:
|
|||||||
Third party tiling algorithms, configurations and scripts to xmonad,
|
Third party tiling algorithms, configurations and scripts to xmonad,
|
||||||
a tiling window manager for X.
|
a tiling window manager for X.
|
||||||
.
|
.
|
||||||
Documentation on building, configuring and using xmonad
|
For an introduction to building, configuring and using xmonad
|
||||||
extensions: "XMonad.Doc"
|
extensions, see "XMonad.Doc"
|
||||||
category: System
|
category: System
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@@ -35,7 +35,7 @@ library
|
|||||||
build-depends: X11-xft >= 0.2
|
build-depends: X11-xft >= 0.2
|
||||||
cpp-options: -DXFT
|
cpp-options: -DXFT
|
||||||
|
|
||||||
build-depends: mtl, unix, X11==1.3.0.20071111, xmonad==0.4
|
build-depends: mtl, unix, X11==1.4.0, xmonad==0.4
|
||||||
ghc-options: -Wall -Werror
|
ghc-options: -Wall -Werror
|
||||||
exposed-modules: XMonad.Doc
|
exposed-modules: XMonad.Doc
|
||||||
XMonad.Doc.Configuring
|
XMonad.Doc.Configuring
|
||||||
|
Reference in New Issue
Block a user