diff options
author | jao <jao@gnu.org> | 2022-01-28 03:21:26 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-01-29 06:42:29 +0000 |
commit | f3cf53bad93d290130a13cf4e56df54b51d5c174 (patch) | |
tree | d3c934b9e097b19d826938e0050309f8a0b2a333 /src/Xmobar/Run/Template.hs | |
parent | a5c35003c88c4b050e56cfb5d93a0e0d77d9c223 (diff) | |
download | xmobar-f3cf53bad93d290130a13cf4e56df54b51d5c174.tar.gz xmobar-f3cf53bad93d290130a13cf4e56df54b51d5c174.tar.bz2 |
Xmobar.Run.Command -> Xmobar.Plugins.Command
Diffstat (limited to 'src/Xmobar/Run/Template.hs')
-rw-r--r-- | src/Xmobar/Run/Template.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Xmobar/Run/Template.hs b/src/Xmobar/Run/Template.hs index 50c3a08..87c84d3 100644 --- a/src/Xmobar/Run/Template.hs +++ b/src/Xmobar/Run/Template.hs @@ -20,8 +20,9 @@ module Xmobar.Run.Template(parseTemplate, splitTemplate) where import qualified Data.Map as Map import Text.ParserCombinators.Parsec +import Xmobar.Plugins.Command + import Xmobar.Run.Exec -import Xmobar.Run.Command import Xmobar.Run.Runnable defaultAlign :: String |