diff options
author | jao <jao@gnu.org> | 2022-02-03 23:52:42 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-03 23:52:42 +0000 |
commit | 76557c53f60bab75459db03e29c50f5d6ae55309 (patch) | |
tree | d18646b0daf454bd7584bfbc94842c234ced3a51 /src/Xmobar/Plugins/StdinReader.hs | |
parent | 2e3aafa375321176bfdabffcdf78cbdc30f8d67e (diff) | |
download | xmobar-76557c53f60bab75459db03e29c50f5d6ae55309.tar.gz xmobar-76557c53f60bab75459db03e29c50f5d6ae55309.tar.bz2 |
Xmobar.X11.Actions -> Xmobar.Run.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 c1e2724..76e102c 100644 --- a/src/Xmobar/Plugins/StdinReader.hs +++ b/src/Xmobar/Plugins/StdinReader.hs @@ -26,7 +26,7 @@ import System.Exit import System.IO import System.IO.Error (isEOFError) import Xmobar.Run.Exec -import Xmobar.X11.Actions (stripActions) +import Xmobar.Run.Actions (stripActions) import Control.Exception import Control.Monad (forever) |