diff options
author | Nathaniel Wesley Filardo <nwf@cs.jhu.edu> | 2014-05-29 02:16:07 -0400 |
---|---|---|
committer | Nathaniel Wesley Filardo <nwf@cs.jhu.edu> | 2014-05-29 13:16:38 -0400 |
commit | 8f9c5f1ecec8ee13bb0e803a1f26140bb8d8357e (patch) | |
tree | 41dab8832b3eb824c319ce49e20f1d30511eaba8 /xmobar.cabal | |
parent | f661ea6c7ac3b3884a7a6fc7fec40dedbf2fff05 (diff) | |
download | xmobar-8f9c5f1ecec8ee13bb0e803a1f26140bb8d8357e.tar.gz xmobar-8f9c5f1ecec8ee13bb0e803a1f26140bb8d8357e.tar.bz2 |
A simple CatInt monitor
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 54acaa3..584b833 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -88,7 +88,7 @@ executable xmobar Plugins.Monitors.Swap, Plugins.Monitors.Thermal, Plugins.Monitors.ThermalZone, Plugins.Monitors.Top, Plugins.Monitors.Uptime, Plugins.Monitors.Weather, - Plugins.Monitors.Bright + Plugins.Monitors.Bright, Plugins.Monitors.CatInt ghc-prof-options: -prof -auto-all ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind |