summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/App
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-25 22:24:17 +0000
committerjao <jao@gnu.org>2018-11-25 22:24:17 +0000
commitd1fa2bd306cf847311b3cf02e8f2de8bab8ee115 (patch)
tree06e1fed10e6a5d3e4aab5a0f9eddef4e2ab7f9df /src/Xmobar/App
parentbc27a68eb346b5e73c530f0f9c3e62e56517e225 (diff)
downloadxmobar-d1fa2bd306cf847311b3cf02e8f2de8bab8ee115.tar.gz
xmobar-d1fa2bd306cf847311b3cf02e8f2de8bab8ee115.tar.bz2
Xmobar.X11.Actions
Diffstat (limited to 'src/Xmobar/App')
-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 8f0b2dc..95ce129 100644
--- a/src/Xmobar/App/EventLoop.hs
+++ b/src/Xmobar/App/EventLoop.hs
@@ -37,9 +37,9 @@ import Data.Map hiding (foldr, map, filter)
import Data.Maybe (fromJust, isJust)
import Xmobar.Config
-import Xmobar.Actions
import Xmobar.Utils
import Xmobar.System.Signal
+import Xmobar.X11.Actions
import Xmobar.Run.Commands
import Xmobar.Run.Runnable
import Xmobar.X11.Parsers