mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
parent
1ce26e8cd2
commit
ae6b8db29b
@ -54,20 +54,20 @@ flag testing
|
|||||||
default: False
|
default: False
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 3 && < 5,
|
build-depends: base >= 4.5 && < 5,
|
||||||
containers,
|
containers >= 0.5 && < 0.6,
|
||||||
directory,
|
directory,
|
||||||
extensible-exceptions,
|
extensible-exceptions,
|
||||||
filepath,
|
filepath,
|
||||||
old-locale,
|
old-locale,
|
||||||
old-time,
|
old-time,
|
||||||
process,
|
process,
|
||||||
random,
|
random,
|
||||||
mtl >= 1 && < 3,
|
mtl >= 1 && < 3,
|
||||||
unix,
|
unix,
|
||||||
X11>=1.6.1 && < 1.7,
|
X11>=1.6.1 && < 1.7,
|
||||||
xmonad>=0.12 && < 0.13,
|
xmonad>=0.12 && < 0.13,
|
||||||
utf8-string
|
utf8-string
|
||||||
|
|
||||||
if flag(use_xft)
|
if flag(use_xft)
|
||||||
build-depends: X11-xft >= 0.2
|
build-depends: X11-xft >= 0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user