diff options
author | jao <jao@gnu.org> | 2018-11-25 00:58:21 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 00:58:21 +0000 |
commit | 0b7b43ef83a2ab6fd894c20e028b9d69372c7266 (patch) | |
tree | 8ce2b4d7efbd97bca387cbf7613ca9863a14d59e /src/lib/Xmobar/Plugins/PipeReader.hs | |
parent | 7d11e5b47d06d38b23fc1190aba640de9daa76e0 (diff) | |
download | xmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.gz xmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.bz2 |
Plugins.Utils -> Utils
Diffstat (limited to 'src/lib/Xmobar/Plugins/PipeReader.hs')
-rw-r--r-- | src/lib/Xmobar/Plugins/PipeReader.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/Xmobar/Plugins/PipeReader.hs b/src/lib/Xmobar/Plugins/PipeReader.hs index 7166163..593a4a7 100644 --- a/src/lib/Xmobar/Plugins/PipeReader.hs +++ b/src/lib/Xmobar/Plugins/PipeReader.hs @@ -15,8 +15,9 @@ module Xmobar.Plugins.PipeReader where import System.IO -import Xmobar.Plugins -import Xmobar.Environment +import Xmobar.Plugins(Exec(..)) +import Xmobar.Environment(expandEnv) +import Xmobar.Utils(hGetLineSafe) import System.Posix.Files import Control.Concurrent(threadDelay) import Control.Exception |