summaryrefslogtreecommitdiffhomepage
path: root/src/lib/Xmobar/Plugins/PipeReader.hs
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-25 04:12:43 +0000
committerjao <jao@gnu.org>2018-11-25 04:12:43 +0000
commitc27d32ea89dfd2ad07ecc73cfdd17f3935c74aaa (patch)
treef96c3e041d68d0255f9072228e2e4340251df324 /src/lib/Xmobar/Plugins/PipeReader.hs
parentd829bc0739be8796a431e02fde284e8f1c69022e (diff)
downloadxmobar-c27d32ea89dfd2ad07ecc73cfdd17f3935c74aaa.tar.gz
xmobar-c27d32ea89dfd2ad07ecc73cfdd17f3935c74aaa.tar.bz2
Unused code and compilation fixes
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 5e22408..ac59356 100644
--- a/src/lib/Xmobar/Plugins/PipeReader.hs
+++ b/src/lib/Xmobar/Plugins/PipeReader.hs
@@ -15,7 +15,7 @@
module Xmobar.Plugins.PipeReader where
import System.IO
-import Xmobar.Plugins(Exec(..))
+import Xmobar.Commands(Exec(..))
import Xmobar.Utils(hGetLineSafe)
import Xmobar.System.Environment(expandEnv)
import System.Posix.Files