summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/haskell/xmonad-tv/src/xmonad-tv.cabal
blob: 94aecd75f045fac62da50edd411cc23e49d7b12f (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
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:
      base
    , X11
    , aeson
    , bytestring
    , containers
    , directory
    , extra
    , filepath
    , unix
    , xmonad
    , xmonad-contrib
  other-modules:
    Shutdown
  default-language: Haskell2010
  ghc-options: -O2 -Wall