summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-13 13:13:02 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-07-13 13:13:02 +0200
commit9677ad5f6283368ff000050e23d420c9bb691e1a (patch)
treee1e61fdb7c82bf6b342b9eb1e0f0038cea7c94e1 /xmobar.cabal
parentb913438c0b1bccc0da4332b5e12dc67a48e574d1 (diff)
downloadxmobar-9677ad5f6283368ff000050e23d420c9bb691e1a.tar.gz
xmobar-9677ad5f6283368ff000050e23d420c9bb691e1a.tar.bz2
cabal: added Plugins to the list of modules
darcs-hash:20070713111302-d6583-65e5fb0e83aae6511ac990f8f9b7886efe480225.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index eee9b35..3a633aa 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -15,7 +15,7 @@ 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, Monitors.Common, Monitors.Batt
+Other-Modules: XMobar, Config, Parsers, Commands, Runnable, Plugins, Monitors.Common, Monitors.Batt
Monitors.Weather, Monitors.Swap, Monitors.Mem, Monitors.Cpu, Monitors.Net
ghc-options: -funbox-strict-fields -O2 -fasm -Wall -optl-Wl,-s -threaded
ghc-prof-options: -prof -auto-all