summaryrefslogtreecommitdiffhomepage
path: root/src/Window.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-01-31 19:35:46 +0100
committerjao <jao@gnu.org>2018-01-31 19:35:46 +0100
commitb38cd51131dfd1037e119ec927fd8881cc2efe18 (patch)
tree6f9f4da17bb8ab95d80c8f452d72a3b0fda062c5 /src/Window.hs
parent0f4668cd35c8d5c9f6636b926422570debaeeab7 (diff)
downloadxmobar-b38cd51131dfd1037e119ec927fd8881cc2efe18.tar.gz
xmobar-b38cd51131dfd1037e119ec927fd8881cc2efe18.tar.bz2
Let's try travis.sh (hlint warnings) again
Diffstat (limited to 'src/Window.hs')
-rw-r--r--src/Window.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hs b/src/Window.hs
index d2506db..829ab8d 100644
--- a/src/Window.hs
+++ b/src/Window.hs
@@ -1,7 +1,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : Window
--- Copyright : (c) 2011-17 Jose A. Ortega Ruiz
+-- Copyright : (c) 2011-18 Jose A. Ortega Ruiz
-- : (c) 2012 Jochen Keil
-- License : BSD-style (see LICENSE)
--
@@ -18,7 +18,7 @@ module Window where
import Prelude
import Control.Applicative ((<$>))
import Control.Monad (when, unless)
-import Graphics.X11.Xlib hiding (textExtents, textWidth)
+import Graphics.X11.Xlib hiding (textExtents)
import Graphics.X11.Xlib.Extras
import Graphics.X11.Xinerama
import Foreign.C.Types (CLong)