summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-22 14:52:29 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-22 14:52:29 +0200
commit459489f45b1c51da26d573684c2de3891bb48ca5 (patch)
treeb2bb88c3e07c6931c3c0bab342916dd2be720ab0 /xmobar.cabal
parentf80ed24c319ad84048eac0ef175a99b8900488eb (diff)
downloadxmobar-459489f45b1c51da26d573684c2de3891bb48ca5.tar.gz
xmobar-459489f45b1c51da26d573684c2de3891bb48ca5.tar.bz2
cabal updates
darcs-hash:20070622125229-d6583-0176ba896cc99b485034a9443ef7dad737996083.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal15
1 files changed, 15 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 5ad58ba..bc05d5e 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -14,3 +14,18 @@ executable: xmobar
main-is: xmobar.hs
ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
ghc-prof-options: -prof -auto-all
+
+executable: xmb-cpu
+main-is: Monitors/Cpu.hs
+ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
+ghc-prof-options: -prof -auto-all
+
+executable: xmb-mem
+main-is: Monitors/Mem.hs
+ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
+ghc-prof-options: -prof -auto-all
+
+executable: xmb-net
+main-is: Monitors/Net.hs
+ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s
+ghc-prof-options: -prof -auto-all