diff options
author | tv <tv@shackspace.de> | 2015-10-24 22:09:55 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-10-24 22:09:55 +0200 |
commit | b2deab26bd52a994003cafc33872b6c084cdd716 (patch) | |
tree | 6b0229398751afba432076d087925a034bff5337 /tv/2configs/xserver/xmonad-tv/xmonad-tv.cabal | |
parent | a01651485b21501df2f602c67381a1f5e9ce656b (diff) |
tv: nano really is just vim
This is required or else we have to modify glorious packages like cvs.
Diffstat (limited to 'tv/2configs/xserver/xmonad-tv/xmonad-tv.cabal')
-rw-r--r-- | tv/2configs/xserver/xmonad-tv/xmonad-tv.cabal | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tv/2configs/xserver/xmonad-tv/xmonad-tv.cabal b/tv/2configs/xserver/xmonad-tv/xmonad-tv.cabal new file mode 100644 index 000000000..72494abe1 --- /dev/null +++ b/tv/2configs/xserver/xmonad-tv/xmonad-tv.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, + scanner, + X11, + X11-xshape, + xmonad, + xmonad-contrib + GHC-Options: -Wall -O3 -threaded -rtsopts + Main-Is: Main.hs |