summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/App/EventLoop.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-25 22:46:50 +0000
committerjao <jao@gnu.org>2018-11-25 22:46:50 +0000
commit01ef9a6549e6de63384f2e597804c11f0d837455 (patch)
tree88536f0ad382a1c2eddfb2ce7e01bcb7b7c1e05d /src/Xmobar/App/EventLoop.hs
parentdba5bb8d946deca0872a17d98e3f1753c2160163 (diff)
downloadxmobar-01ef9a6549e6de63384f2e597804c11f0d837455.tar.gz
xmobar-01ef9a6549e6de63384f2e597804c11f0d837455.tar.bz2
Xmobar.App.Defaults and Xmobar.Config.Types
Diffstat (limited to 'src/Xmobar/App/EventLoop.hs')
-rw-r--r--src/Xmobar/App/EventLoop.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/App/EventLoop.hs b/src/Xmobar/App/EventLoop.hs
index 95ce129..c751511 100644
--- a/src/Xmobar/App/EventLoop.hs
+++ b/src/Xmobar/App/EventLoop.hs
@@ -36,9 +36,9 @@ import Data.Bits
import Data.Map hiding (foldr, map, filter)
import Data.Maybe (fromJust, isJust)
-import Xmobar.Config
import Xmobar.Utils
import Xmobar.System.Signal
+import Xmobar.Config.Types
import Xmobar.X11.Actions
import Xmobar.Run.Commands
import Xmobar.Run.Runnable