2015-10-24 20:09:55 +00:00
|
|
|
Author: tv
|
|
|
|
Build-Type: Simple
|
|
|
|
Cabal-Version: >= 1.2
|
|
|
|
License: MIT
|
|
|
|
Name: xmonad-tv
|
|
|
|
Version: 0
|
|
|
|
|
|
|
|
Executable xmonad
|
|
|
|
Build-Depends:
|
|
|
|
base,
|
|
|
|
containers,
|
2015-10-26 10:27:02 +00:00
|
|
|
unix,
|
2015-10-24 20:09:55 +00:00
|
|
|
xmonad,
|
2015-11-09 16:58:53 +00:00
|
|
|
xmonad-contrib,
|
|
|
|
xmonad-stockholm
|
2015-10-24 20:09:55 +00:00
|
|
|
GHC-Options: -Wall -O3 -threaded -rtsopts
|
|
|
|
Main-Is: Main.hs
|