summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal
blob: a3ddcb039b5a924c6bc54fd4cb27e907ab2aa169 (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
28
29
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,
    filepath,
    template-haskell,
    th-env,
    unix,
    X11,
    xmonad,
    xmonad-contrib
  other-modules:
    Shutdown,
    THEnv.JSON
  default-language: Haskell2010
  ghc-options: -O2 -Wall -threaded