From 4b73d3043896c2d759a60894bdfdadbc10d93bf4 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Tue, 29 Apr 2008 14:59:53 +0200 Subject: style, pointfree and trailing spaces darcs-hash:20080429125953-d6583-02a6653c15d3166ad264c45ec44082bdae30260e.gz --- Xmobar.hs | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'Xmobar.hs') diff --git a/Xmobar.hs b/Xmobar.hs index 594da82..fdc2446 100644 --- a/Xmobar.hs +++ b/Xmobar.hs @@ -13,20 +13,21 @@ -- ----------------------------------------------------------------------------- -module Xmobar (-- * Main Stuff - -- $main - X, XConf (..), runX - , eventLoop - -- * Program Execution - -- $command - , startCommand - -- * Window Management - -- $window - , createWin, updateWin - -- * Printing - -- $print - , drawInWin, printStrings - ) where +module Xmobar + ( -- * Main Stuff + -- $main + X , XConf (..), runX + , eventLoop + -- * Program Execution + -- $command + , startCommand + -- * Window Management + -- $window + , createWin, updateWin + -- * Printing + -- $print + , drawInWin, printStrings + ) where import Prelude hiding (catch) import Graphics.X11.Xlib hiding (textExtents, textWidth) -- cgit v1.2.3