diff options
author | jao <jao@gnu.org> | 2018-11-25 22:46:50 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 22:46:50 +0000 |
commit | 01ef9a6549e6de63384f2e597804c11f0d837455 (patch) | |
tree | 88536f0ad382a1c2eddfb2ce7e01bcb7b7c1e05d /src/Xmobar/X11/Parsers.hs | |
parent | dba5bb8d946deca0872a17d98e3f1753c2160163 (diff) | |
download | xmobar-01ef9a6549e6de63384f2e597804c11f0d837455.tar.gz xmobar-01ef9a6549e6de63384f2e597804c11f0d837455.tar.bz2 |
Xmobar.App.Defaults and Xmobar.Config.Types
Diffstat (limited to 'src/Xmobar/X11/Parsers.hs')
-rw-r--r-- | src/Xmobar/X11/Parsers.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Xmobar/X11/Parsers.hs b/src/Xmobar/X11/Parsers.hs index c76110d..258964a 100644 --- a/src/Xmobar/X11/Parsers.hs +++ b/src/Xmobar/X11/Parsers.hs @@ -16,7 +16,7 @@ module Xmobar.X11.Parsers (parseString, Widget(..)) where -import Xmobar.Config +import Xmobar.Config.Types import Xmobar.X11.Actions import Control.Monad (guard, mzero) |