summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Xmobar/Plugins.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/Plugins.hs
parent7d11e5b47d06d38b23fc1190aba640de9daa76e0 (diff)
downloadxmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.gz
xmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.bz2
Plugins.Utils -> Utils
Diffstat (limited to 'src/lib/Xmobar/Plugins.hs')
-rw-r--r--src/lib/Xmobar/Plugins.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/Xmobar/Plugins.hs b/src/lib/Xmobar/Plugins.hs
index e8c6403..284a9f5 100644
--- a/src/lib/Xmobar/Plugins.hs
+++ b/src/lib/Xmobar/Plugins.hs
@@ -17,8 +17,6 @@
module Xmobar.Plugins
( Exec (..)
, tenthSeconds
- , hGetLineSafe
) where
import Xmobar.Commands
-import Xmobar.XUtil