summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-19 12:51:50 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-19 12:51:50 +0200
commitfa7e002c63b11a88e35ef4160b4bc9b6e3bdb34e (patch)
tree777e129de6701cec1678a6b88576d2ced80ad9d5 /xmobar.cabal
parentc51fc0d0c3e8c0ffc22050707f41730336796d74 (diff)
downloadxmobar-fa7e002c63b11a88e35ef4160b4bc9b6e3bdb34e.tar.gz
xmobar-fa7e002c63b11a88e35ef4160b4bc9b6e3bdb34e.tar.bz2
added cabal support
darcs-hash:20070619105150-d6583-4351c7ea0a1eb1aa45f752f69a9e50d89af64ac3.gz
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