summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/X11/Parsers.hs
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/X11/Parsers.hs
parentbc27a68eb346b5e73c530f0f9c3e62e56517e225 (diff)
downloadxmobar-d1fa2bd306cf847311b3cf02e8f2de8bab8ee115.tar.gz
xmobar-d1fa2bd306cf847311b3cf02e8f2de8bab8ee115.tar.bz2
Xmobar.X11.Actions
Diffstat (limited to 'src/Xmobar/X11/Parsers.hs')
-rw-r--r--src/Xmobar/X11/Parsers.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/X11/Parsers.hs b/src/Xmobar/X11/Parsers.hs
index 8c1abac..c76110d 100644
--- a/src/Xmobar/X11/Parsers.hs
+++ b/src/Xmobar/X11/Parsers.hs
@@ -17,7 +17,7 @@
module Xmobar.X11.Parsers (parseString, Widget(..)) where
import Xmobar.Config
-import Xmobar.Actions
+import Xmobar.X11.Actions
import Control.Monad (guard, mzero)
import Text.ParserCombinators.Parsec