diff options
author | Juraj Hercek <juhe_xmonad@hck.sk> | 2009-01-28 17:18:46 +0100 |
---|---|---|
committer | Juraj Hercek <juhe_xmonad@hck.sk> | 2009-01-28 17:18:46 +0100 |
commit | 15599771fe4e52e36d7f2496a646fbffb55c7718 (patch) | |
tree | 1bb7c161bed407cfd5636c4e35176100480239b4 /Plugins/Monitors/CpuFreq.hs | |
parent | c024d3a6277b9539aa45424eef5c646ba02af0b5 (diff) | |
download | xmobar-15599771fe4e52e36d7f2496a646fbffb55c7718.tar.gz xmobar-15599771fe4e52e36d7f2496a646fbffb55c7718.tar.bz2 |
Workaround for ghc-6.10.1 bug + cleanup
Ignore-this: ee8d4e0e29796729d55b90eddf481af1
darcs-hash:20090128161846-69f16-a10f8397ef030ca6ee7be27a24dd6f6252361960.gz
Diffstat (limited to 'Plugins/Monitors/CpuFreq.hs')
-rw-r--r-- | Plugins/Monitors/CpuFreq.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/Monitors/CpuFreq.hs b/Plugins/Monitors/CpuFreq.hs index 45b0c83..0cf37fb 100644 --- a/Plugins/Monitors/CpuFreq.hs +++ b/Plugins/Monitors/CpuFreq.hs @@ -25,7 +25,7 @@ cpuFreqConfig :: IO MConfig cpuFreqConfig = mkMConfig "Freq: <cpu0>GHz" -- template (zipWith (++) (repeat "cpu") (map show [0 :: Int ..])) -- available - -- replacements + -- replacements -- | -- Function retrieves monitor string holding the cpu frequency (or frequencies) |