diff options
| author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-12 20:05:16 +0200 | 
|---|---|---|
| committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-12 20:05:16 +0200 | 
| commit | 1126dd15b8e25aa4d72cb8efc269abb2e1136481 (patch) | |
| tree | 4f28920a28c545932a8e2b4ee395994e5599820c | |
| parent | 6c8658883e39c0692d188c22e5b148319247a8c1 (diff) | |
| download | xmobar-1126dd15b8e25aa4d72cb8efc269abb2e1136481.tar.gz xmobar-1126dd15b8e25aa4d72cb8efc269abb2e1136481.tar.bz2  | |
cabal updates
darcs-hash:20070712180516-d6583-ccc0f2e99bedcb1b1b783b02048ca31dd8793053.gz
| -rw-r--r-- | xmobar.cabal | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index a2dc4e3..eee9b35 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, Monitors.Common, Monitors.Batt  -		    Monitors.Weather, Monitors.Swap, Monitors.Mem, Monitors.Cpu +Other-Modules:      XMobar, Config, Parsers, Commands, Runnable, 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  | 
