summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-13 14:57:31 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-13 14:57:31 +0200
commitb3bdd804bda130d1ec0a66192e633ee0e0a476ca (patch)
treef81e306ee1efec58f9d7d61c6adccb0ea4bdd2b6 /src
parentbd6ea2a17e3bb779d5e8d787ffcb170fecc92043 (diff)
downloadxmobar-b3bdd804bda130d1ec0a66192e633ee0e0a476ca.tar.gz
xmobar-b3bdd804bda130d1ec0a66192e633ee0e0a476ca.tar.bz2
Missing import for 'when'
Diffstat (limited to 'src')
-rw-r--r--src/Window.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hs b/src/Window.hs
index 50bfc56..a069f1f 100644
--- a/src/Window.hs
+++ b/src/Window.hs
@@ -1,6 +1,7 @@
module Window where
import Prelude hiding (catch)
+import Control.Monad (when)
import Graphics.X11.Xlib hiding (textExtents, textWidth)
import Graphics.X11.Xlib.Extras
import Graphics.X11.Xinerama