diff options
author | jao <jao@gnu.org> | 2018-11-25 22:24:17 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 22:24:17 +0000 |
commit | d1fa2bd306cf847311b3cf02e8f2de8bab8ee115 (patch) | |
tree | 06e1fed10e6a5d3e4aab5a0f9eddef4e2ab7f9df /src/Xmobar/Plugins/StdinReader.hs | |
parent | bc27a68eb346b5e73c530f0f9c3e62e56517e225 (diff) | |
download | xmobar-d1fa2bd306cf847311b3cf02e8f2de8bab8ee115.tar.gz xmobar-d1fa2bd306cf847311b3cf02e8f2de8bab8ee115.tar.bz2 |
Xmobar.X11.Actions
Diffstat (limited to 'src/Xmobar/Plugins/StdinReader.hs')
-rw-r--r-- | src/Xmobar/Plugins/StdinReader.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/Plugins/StdinReader.hs b/src/Xmobar/Plugins/StdinReader.hs index bed7f5c..1d56ca8 100644 --- a/src/Xmobar/Plugins/StdinReader.hs +++ b/src/Xmobar/Plugins/StdinReader.hs @@ -23,7 +23,7 @@ import System.Posix.Process import System.Exit import System.IO import Control.Exception (SomeException(..), handle) -import Xmobar.Actions (stripActions) +import Xmobar.X11.Actions (stripActions) import Xmobar.Utils (hGetLineSafe) import Xmobar.Run.Commands |