diff options
author | jao <jao@gnu.org> | 2018-12-02 05:50:56 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-12-02 05:50:56 +0000 |
commit | 6fc4f0cfcb809b51048e6a3d952b9c887e07b13b (patch) | |
tree | 1af7295e8ba7f675d4cde30e34bcc91a79692a54 /src/Xmobar/Plugins/PipeReader.hs | |
parent | 453ad68e5b24a6dd3a2aaba8727dc6c5c0bdfc9e (diff) | |
download | xmobar-6fc4f0cfcb809b51048e6a3d952b9c887e07b13b.tar.gz xmobar-6fc4f0cfcb809b51048e6a3d952b9c887e07b13b.tar.bz2 |
Fix: exposing the Command constructors in lib
Diffstat (limited to 'src/Xmobar/Plugins/PipeReader.hs')
-rw-r--r-- | src/Xmobar/Plugins/PipeReader.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/Plugins/PipeReader.hs b/src/Xmobar/Plugins/PipeReader.hs index d7b6a56..9c6e628 100644 --- a/src/Xmobar/Plugins/PipeReader.hs +++ b/src/Xmobar/Plugins/PipeReader.hs @@ -15,7 +15,7 @@ module Xmobar.Plugins.PipeReader(PipeReader(..)) where import System.IO -import Xmobar.Run.Commands(Exec(..)) +import Xmobar.Run.Exec(Exec(..)) import Xmobar.System.Utils(hGetLineSafe) import Xmobar.System.Environment(expandEnv) import System.Posix.Files |