diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-21 03:48:44 +0100 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-21 03:48:44 +0100 | 
| commit | 35ff8860c6018bc613af96247cba84c6abb3e517 (patch) | |
| tree | bd86c88e2b6d4b308ff7a8703d90080733467485 | |
| parent | e3853a9cb2a9a2cffa174d1334e2ca8ba610f151 (diff) | |
| download | xmobar-35ff8860c6018bc613af96247cba84c6abb3e517.tar.gz xmobar-35ff8860c6018bc613af96247cba84c6abb3e517.tar.bz2  | |
Missing cabal file bits
| -rw-r--r-- | xmobar.cabal | 22 | 
1 files changed, 20 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index d46c8eb..da7d9e5 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -19,6 +19,11 @@ build-type:         Simple  data-files:         xmobar.config-sample +source-repository head +  type:      git +  location:  git://github.com/jaor/xmobar.git +  branch:    master +  flag small_base    description: Choose the new smaller, split-up base package. @@ -49,7 +54,18 @@ flag all_extensions  executable xmobar      hs-source-dirs:     src      main-is:            Main.hs -    other-modules:      Xmobar, Config, Parsers, Commands, XUtil, StatFS, Runnable, Plugins, Plugins.Monitors +    other-modules: +      Xmobar, Config, Parsers, Commands, XUtil, StatFS, Runnable, +      Plugins, Plugins.CommandReader, Plugins.Date, Plugins.EWMH, +      Plugins.PipeReader, Plugins.StdinReader, Plugins.XMonadLog, +      Plugins.Utils, Plugins.Monitors, Plugins.Monitors.Batt, +      Plugins.Monitors.Common, Plugins.Monitors.CoreCommon, +      Plugins.Monitors.CoreTemp, Plugins.Monitors.CpuFreq, +      Plugins.Monitors.Cpu, Plugins.Monitors.Disk, Plugins.Monitors.Mem, +      Plugins.Monitors.MultiCpu, Plugins.Monitors.Net, +      Plugins.Monitors.Swap, Plugins.Monitors.Thermal, Plugins.Monitors.Top, +      Plugins.Monitors.Uptime, Plugins.Monitors.Weather +      ghc-prof-options:   -prof -auto-all      if true @@ -79,13 +95,15 @@ executable xmobar      if flag(with_inotify) || flag(all_extensions)         build-depends: hinotify +       other-modules: Plugins.Mail, Plugins.MBox         cpp-options: -DINOTIFY      if flag(with_iwlib) || flag(all_extensions)         extra-libraries: iw -       other-modules: IWlib +       other-modules: IWlib, Plugins.Monitors.Wireless         cpp-options: -DIWLIB      if flag(with_mpd) || flag(all_extensions)         build-depends: libmpd >= 0.5 +       other-modules: Plugins.Monitors.MPD         cpp-options: -DLIBMPD  | 
