summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-25 06:29:38 +0000
committerjao <jao@gnu.org>2018-11-25 06:29:38 +0000
commitc763954685fd3f4d8998cd26cb4b9625fe6cb8e6 (patch)
tree669aa63e92fcdf38957ade896f5d3c7c05b4ebbb
parentf7e4b2be56f20862191e05fa4509473a1bc92f5a (diff)
downloadxmobar-c763954685fd3f4d8998cd26cb4b9625fe6cb8e6.tar.gz
xmobar-c763954685fd3f4d8998cd26cb4b9625fe6cb8e6.tar.bz2
Hlinting
-rw-r--r--src/lib/Xmobar/Plugins/MarqueePipeReader.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/Xmobar/Plugins/MarqueePipeReader.hs b/src/lib/Xmobar/Plugins/MarqueePipeReader.hs
index 7d28d24..3cce008 100644
--- a/src/lib/Xmobar/Plugins/MarqueePipeReader.hs
+++ b/src/lib/Xmobar/Plugins/MarqueePipeReader.hs
@@ -16,9 +16,8 @@ module Xmobar.Plugins.MarqueePipeReader where
import System.IO (openFile, IOMode(ReadWriteMode), Handle)
import Xmobar.System.Environment
-import Xmobar.Utils(hGetLineSafe)
+import Xmobar.Utils(tenthSeconds, hGetLineSafe)
import Xmobar.Commands(Exec(alias, start))
-import Xmobar.Utils(tenthSeconds)
import System.Posix.Files (getFileStatus, isNamedPipe)
import Control.Concurrent(forkIO, threadDelay)
import Control.Concurrent.STM (TChan, atomically, writeTChan, tryReadTChan, newTChan)