summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Xmobar/Commands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Xmobar/Commands.hs')
-rw-r--r--src/lib/Xmobar/Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Xmobar/Commands.hs b/src/lib/Xmobar/Commands.hs
index ececdd9..9c92de0 100644
--- a/src/lib/Xmobar/Commands.hs
+++ b/src/lib/Xmobar/Commands.hs
@@ -32,7 +32,7 @@ import System.Exit
import System.IO (hClose)
import Xmobar.Signal
-import Xmobar.XUtil
+import Xmobar.Utils (hGetLineSafe)
class Show e => Exec e where
alias :: e -> String