blob: 780cd81616e1f4a4c1acae167c70f5a8f9a93a74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
Author: tv
Build-Type: Simple
Cabal-Version: >= 1.2
License: MIT
Name: xmonad-stockholm
Version: 1.3.0
Library
Build-Depends:
base,
containers,
filepath,
unix,
X11,
X11-xft,
X11-xshape,
xmonad,
xmonad-contrib
Exposed-Modules:
XMonad.Stockholm.Font
XMonad.Stockholm.Pager
XMonad.Stockholm.Rhombus
XMonad.Stockholm.Shutdown
XMonad.Stockholm.Submap
XMonad.Stockholm.XUtils
CPP-Options: -DXFT
GHC-Options: -Wall -O3 -threaded -rtsopts
|