diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-08-13 14:57:31 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-08-13 14:57:31 +0200 |
commit | b3bdd804bda130d1ec0a66192e633ee0e0a476ca (patch) | |
tree | f81e306ee1efec58f9d7d61c6adccb0ea4bdd2b6 | |
parent | bd6ea2a17e3bb779d5e8d787ffcb170fecc92043 (diff) | |
download | xmobar-b3bdd804bda130d1ec0a66192e633ee0e0a476ca.tar.gz xmobar-b3bdd804bda130d1ec0a66192e633ee0e0a476ca.tar.bz2 |
Missing import for 'when'
-rw-r--r-- | src/Window.hs | 1 |
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 |