summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Xmobar/Commands.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-25 00:58:21 +0000
committerjao <jao@gnu.org>2018-11-25 00:58:21 +0000
commit0b7b43ef83a2ab6fd894c20e028b9d69372c7266 (patch)
tree8ce2b4d7efbd97bca387cbf7613ca9863a14d59e /src/lib/Xmobar/Commands.hs
parent7d11e5b47d06d38b23fc1190aba640de9daa76e0 (diff)
downloadxmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.gz
xmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.bz2
Plugins.Utils -> Utils
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