summaryrefslogtreecommitdiffhomepage
path: root/src/XUtil.hsc
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-02-03 22:00:37 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-02-03 22:00:37 +0100
commit5a1e48ec83f31447831d99aaf4429275ab416216 (patch)
tree2d5b299d8a38ae6cbf01c0827fcd1ca181b33af9 /src/XUtil.hsc
parentdc601c199d55a568902b653566cef49c488e415f (diff)
downloadxmobar-5a1e48ec83f31447831d99aaf4429275ab416216.tar.gz
xmobar-5a1e48ec83f31447831d99aaf4429275ab416216.tar.bz2
Slight hlinting
Diffstat (limited to 'src/XUtil.hsc')
-rw-r--r--src/XUtil.hsc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/XUtil.hsc b/src/XUtil.hsc
index 164a309..353d158 100644
--- a/src/XUtil.hsc
+++ b/src/XUtil.hsc
@@ -2,7 +2,7 @@
-----------------------------------------------------------------------------
-- |
-- Module : XUtil
--- Copyright : (C) 2011, 2012 Jose Antonio Ortega Ruiz
+-- Copyright : (C) 2011, 2012, 2013 Jose Antonio Ortega Ruiz
-- (C) 2007 Andrea Rossato
-- License : BSD3
--
@@ -32,8 +32,6 @@ import Control.Concurrent
import Control.Monad.Trans
import Control.Exception (SomeException, handle)
import Foreign
--- import Foreign.C.Types
-import Data.Foldable (forM_)
import Graphics.X11.Xlib hiding (textExtents, textWidth)
import qualified Graphics.X11.Xlib as Xlib (textExtents, textWidth)
import Graphics.X11.Xlib.Extras