summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/App
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-03 23:52:42 +0000
committerjao <jao@gnu.org>2022-02-03 23:52:42 +0000
commit76557c53f60bab75459db03e29c50f5d6ae55309 (patch)
treed18646b0daf454bd7584bfbc94842c234ced3a51 /src/Xmobar/App
parent2e3aafa375321176bfdabffcdf78cbdc30f8d67e (diff)
downloadxmobar-76557c53f60bab75459db03e29c50f5d6ae55309.tar.gz
xmobar-76557c53f60bab75459db03e29c50f5d6ae55309.tar.bz2
Xmobar.X11.Actions -> Xmobar.Run.Actions
Diffstat (limited to 'src/Xmobar/App')
-rw-r--r--src/Xmobar/App/X11EventLoop.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/App/X11EventLoop.hs b/src/Xmobar/App/X11EventLoop.hs
index 7021b21..b8897b5 100644
--- a/src/Xmobar/App/X11EventLoop.hs
+++ b/src/Xmobar/App/X11EventLoop.hs
@@ -50,7 +50,7 @@ import Xmobar.Config.Types ( persistent
, Align(..)
, XPosition(..))
-import Xmobar.X11.Actions
+import Xmobar.Run.Actions
import Xmobar.X11.Parsers
import Xmobar.X11.Window
import Xmobar.X11.Text