summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal16
1 files changed, 16 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
new file mode 100644
index 0000000..5ad58ba
--- /dev/null
+++ b/xmobar.cabal
@@ -0,0 +1,16 @@
+name: xmobar
+version: 0.1
+homepage: http://gorgias.mine.nu/repos/xmobar/
+synopsis: A Statusbar for the XMonad Window Manager
+description: A Statusbar for the XMonad Window Manager
+category: System
+license: BSD3
+license-file: LICENSE
+author: Andrea Rossato
+maintainer: andrea.rossato@unibz.it
+build-depends: base>=2.0, X11>=1.2.1, mtl>=1.0, unix>=1.0, parsec>=2.0
+
+executable: xmobar
+main-is: xmobar.hs
+ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
+ghc-prof-options: -prof -auto-all