name: xmonad-tv version: 1.0.0 license: MIT author: tv maintainer: tv build-type: Simple cabal-version: >=1.10 executable xmonad main-is: main.hs build-depends: base , X11 , aeson , bytestring , containers , directory , extra , filepath , template-haskell , th-env , unix , xmonad , xmonad-contrib other-modules: Shutdown default-language: Haskell2010 ghc-options: -O2 -Wall -threaded