From b3bdd804bda130d1ec0a66192e633ee0e0a476ca Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 13 Aug 2012 14:57:31 +0200 Subject: Missing import for 'when' --- src/Window.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3