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
28
29
30
|
name: xmonad-tv
version: 1.0.0
license: MIT
author: tv <tv@krebsco.de>
maintainer: tv <tv@krebsco.de>
build-type: Simple
cabal-version: >=1.10
executable xmonad
main-is: main.hs
build-depends:
aeson,
base,
bytestring,
containers,
directory,
extra,
template-haskell,
th-env,
unix,
X11,
xmonad,
xmonad-contrib,
xmonad-stockholm
other-modules:
Helpers.Path,
Paths,
THEnv.JSON
default-language: Haskell2010
ghc-options: -O2 -Wall -threaded
|