summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/X11/Bitmap.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/Bitmap.hs
parentbc27a68eb346b5e73c530f0f9c3e62e56517e225 (diff)
downloadxmobar-d1fa2bd306cf847311b3cf02e8f2de8bab8ee115.tar.gz
xmobar-d1fa2bd306cf847311b3cf02e8f2de8bab8ee115.tar.bz2
Xmobar.X11.Actions
Diffstat (limited to 'src/Xmobar/X11/Bitmap.hs')
-rw-r--r--src/Xmobar/X11/Bitmap.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/X11/Bitmap.hs b/src/Xmobar/X11/Bitmap.hs
index c0dba14..e323606 100644
--- a/src/Xmobar/X11/Bitmap.hs
+++ b/src/Xmobar/X11/Bitmap.hs
@@ -25,7 +25,7 @@ import System.FilePath ((</>))
import System.Mem.Weak ( addFinalizer )
import Xmobar.X11.ColorCache
import Xmobar.X11.Parsers (Widget(..))
-import Xmobar.Actions (Action)
+import Xmobar.X11.Actions (Action)
#ifdef XPM
import Xmobar.X11.XPMFile(readXPMFile)