diff options
author | jao <jao@gnu.org> | 2018-11-25 00:58:21 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 00:58:21 +0000 |
commit | 0b7b43ef83a2ab6fd894c20e028b9d69372c7266 (patch) | |
tree | 8ce2b4d7efbd97bca387cbf7613ca9863a14d59e /src/lib/Xmobar/Plugins/MBox.hs | |
parent | 7d11e5b47d06d38b23fc1190aba640de9daa76e0 (diff) | |
download | xmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.gz xmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.bz2 |
Plugins.Utils -> Utils
Diffstat (limited to 'src/lib/Xmobar/Plugins/MBox.hs')
-rw-r--r-- | src/lib/Xmobar/Plugins/MBox.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Xmobar/Plugins/MBox.hs b/src/lib/Xmobar/Plugins/MBox.hs index 2281629..20e63cf 100644 --- a/src/lib/Xmobar/Plugins/MBox.hs +++ b/src/lib/Xmobar/Plugins/MBox.hs @@ -18,7 +18,7 @@ module Xmobar.Plugins.MBox (MBox(..)) where import Prelude import Xmobar.Plugins #ifdef INOTIFY -import Xmobar.Plugins.Utils (changeLoop, expandHome) +import Xmobar.Utils (changeLoop, expandHome) import Control.Monad (when) import Control.Concurrent.STM |