summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-26 13:39:48 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-26 13:39:48 +0200
commita8ffb9f53aac66b31d4ef870ed88b7c0e6e5ca7e (patch)
tree358cae8830782791a31437eeb4dfad8286e52d83 /xmobar.cabal
parent45ae401703267ec7618ab1315ce5b38af1756c33 (diff)
downloadxmobar-a8ffb9f53aac66b31d4ef870ed88b7c0e6e5ca7e.tar.gz
xmobar-a8ffb9f53aac66b31d4ef870ed88b7c0e6e5ca7e.tar.bz2
splitted files
darcs-hash:20070626113948-d6583-73d318293d1cd91894589450e5cd270dd39bdc02.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 10e555a..0fa9b53 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -1,5 +1,5 @@
name: xmobar
-version: 0.1
+version: 0.3
homepage: http://gorgias.mine.nu/repos/xmobar/
synopsis: A Statusbar for the XMonad Window Manager
description: Xmobar is a minimal status bar for the XMonad Window Manager.
@@ -13,7 +13,9 @@ 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
+main-is: Main.hs
+Hs-Source-Dirs: ./
+Other-Modules: XMobar, Config, Parsers
ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s -threaded
ghc-prof-options: -prof -auto-all