summaryrefslogtreecommitdiffstats
path: root/tv/2configs/xserver/xmonad-tv/xmonad-tv.cabal
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2015-10-24 22:09:55 +0200
committertv <tv@krebsco.de>2015-10-24 22:09:55 +0200
commitb1f7c03ecdde2593045ab80a2b94de1ff4d32178 (patch)
tree5aa489151a72fd7174da2eafa85c068be5e2ff6e /tv/2configs/xserver/xmonad-tv/xmonad-tv.cabal
parenta920d7e85a513d4aa56fc883d82cd8d26dc58f5b (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.cabal19
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 0000000..72494ab
--- /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