summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-09-27 21:40:26 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-09-27 21:40:26 +0200
commit08bc32392d4acbd2576660e34d507d995d53bca6 (patch)
tree5496abf1be0ecd91f16fae3a47623318b25b8b30
parentb995a341484b2816ab91aaec15c98d54428bdd72 (diff)
downloadxmobar-08bc32392d4acbd2576660e34d507d995d53bca6.tar.gz
xmobar-08bc32392d4acbd2576660e34d507d995d53bca6.tar.bz2
more cleanup
darcs-hash:20070927194026-d6583-21864b1e70ddf83144b7fdac9591d8eca2772025.gz
-rw-r--r--Plugins/HelloWorld.hs4
-rw-r--r--xmobar.cabal4
2 files changed, 3 insertions, 5 deletions
diff --git a/Plugins/HelloWorld.hs b/Plugins/HelloWorld.hs
index 5c0a0b7..2bde4c4 100644
--- a/Plugins/HelloWorld.hs
+++ b/Plugins/HelloWorld.hs
@@ -20,6 +20,6 @@ data HelloWorld = HelloWorld
deriving (Read, Show)
instance Exec HelloWorld where
- rate HelloWorld = 0
- alias HelloWorld = "helloWorld"
+ rate HelloWorld = 0
+ alias HelloWorld = "helloWorld"
start HelloWorld cb = cb "<fc=red>Hello World!!</fc>"
diff --git a/xmobar.cabal b/xmobar.cabal
index e3ed829..86ed464 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -17,8 +17,6 @@ build-depends: base>=2.0, X11>=1.2.1, mtl>=1.0, unix>=1.0, parsec>=2.0, fil
executable: xmobar
main-is: Main.hs
Hs-Source-Dirs: ./
-Other-Modules: Xmobar, Config, Parsers, Commands, Runnable, Plugins, Plugins.Monitors.Common,
- Plugins.Monitors.Batt Plugins.Monitors.Weather, Plugins.Monitors.Swap,
- Plugins.Monitors.Mem, Plugins.Monitors.Cpu, Plugins.Monitors.Net
+Other-Modules: Xmobar, Config, Parsers, Commands, Runnable, Plugins
ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s -threaded
ghc-prof-options: -prof -auto-all