diff options
author | tv <tv@krebsco.de> | 2015-10-29 01:49:27 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-10-29 01:49:27 +0100 |
commit | 81329c86ac95ec5c151cbdac98144eb87a5c01d7 (patch) | |
tree | 3ccb6edff8ad1fccf04e78285c9afb4232401265 /tv/5pkgs/xmonad-tv/xmonad.cabal | |
parent | 6db59aa0d6056fd2eb1c8fa6491b34b458a7d62a (diff) |
tv: {2configs/xserver => 5pkgs}/xmonad-tv
Diffstat (limited to 'tv/5pkgs/xmonad-tv/xmonad.cabal')
-rw-r--r-- | tv/5pkgs/xmonad-tv/xmonad.cabal | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tv/5pkgs/xmonad-tv/xmonad.cabal b/tv/5pkgs/xmonad-tv/xmonad.cabal new file mode 100644 index 0000000..cc72d39 --- /dev/null +++ b/tv/5pkgs/xmonad-tv/xmonad.cabal @@ -0,0 +1,19 @@ +Author: tv +Build-Type: Simple +Cabal-Version: >= 1.2 +License: MIT +Name: xmonad-tv +Version: 0 + +Executable xmonad + Build-Depends: + base, + containers, + filepath, + unix, + X11, + X11-xshape, + xmonad, + xmonad-contrib + GHC-Options: -Wall -O3 -threaded -rtsopts + Main-Is: Main.hs |