summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Xmobar/Plugins/PipeReader.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Xmobar/Plugins/PipeReader.hs')
-rw-r--r--src/lib/Xmobar/Plugins/PipeReader.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Xmobar/Plugins/PipeReader.hs b/src/lib/Xmobar/Plugins/PipeReader.hs
index 593a4a7..5e22408 100644
--- a/src/lib/Xmobar/Plugins/PipeReader.hs
+++ b/src/lib/Xmobar/Plugins/PipeReader.hs
@@ -16,8 +16,8 @@ module Xmobar.Plugins.PipeReader where
import System.IO
import Xmobar.Plugins(Exec(..))
-import Xmobar.Environment(expandEnv)
import Xmobar.Utils(hGetLineSafe)
+import Xmobar.System.Environment(expandEnv)
import System.Posix.Files
import Control.Concurrent(threadDelay)
import Control.Exception