diff options
author | jao <jao@gnu.org> | 2018-12-03 03:47:05 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-03 03:47:05 +0000 |
commit | cf874686b755ebc3784c7123752473f7c12c0580 (patch) | |
tree | d2509e554ba42a777c6d606f57d7fd6a1a5fe7dc /src/Xmobar/Plugins/Monitors/CatInt.hs | |
parent | 503b4b1c77063251378245f7116a5b6caca463fe (diff) | |
download | xmobar-cf874686b755ebc3784c7123752473f7c12c0580.tar.gz xmobar-cf874686b755ebc3784c7123752473f7c12c0580.tar.bz2 |
CoreCommon -> Common.Files
Diffstat (limited to 'src/Xmobar/Plugins/Monitors/CatInt.hs')
-rw-r--r-- | src/Xmobar/Plugins/Monitors/CatInt.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Xmobar/Plugins/Monitors/CatInt.hs b/src/Xmobar/Plugins/Monitors/CatInt.hs index 781eded..0c4e391 100644 --- a/src/Xmobar/Plugins/Monitors/CatInt.hs +++ b/src/Xmobar/Plugins/Monitors/CatInt.hs @@ -13,7 +13,6 @@ module Xmobar.Plugins.Monitors.CatInt where import Xmobar.Plugins.Monitors.Common -import Xmobar.Plugins.Monitors.CoreCommon catIntConfig :: IO MConfig catIntConfig = mkMConfig "<v>" ["v"] |