diff options
author | jao <jao@gnu.org> | 2018-11-25 00:58:21 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-25 00:58:21 +0000 |
commit | 0b7b43ef83a2ab6fd894c20e028b9d69372c7266 (patch) | |
tree | 8ce2b4d7efbd97bca387cbf7613ca9863a14d59e /src/lib/Xmobar.hs | |
parent | 7d11e5b47d06d38b23fc1190aba640de9daa76e0 (diff) | |
download | xmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.gz xmobar-0b7b43ef83a2ab6fd894c20e028b9d69372c7266.tar.bz2 |
Plugins.Utils -> Utils
Diffstat (limited to 'src/lib/Xmobar.hs')
-rw-r--r-- | src/lib/Xmobar.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/Xmobar.hs b/src/lib/Xmobar.hs index a90ec3e..547c549 100644 --- a/src/lib/Xmobar.hs +++ b/src/lib/Xmobar.hs @@ -15,7 +15,7 @@ -- ----------------------------------------------------------------------------- -module Xmobar (xmobar, Runnable (..)) where +module Xmobar (xmobar, Runnable (..), module Xmobar.Config) where import Xmobar.EventLoop (startLoop, startCommand) import Xmobar.Config @@ -30,7 +30,6 @@ import Control.Exception (bracket) import Xmobar.Parsers import Xmobar.XUtil -import Xmobar.Config() import Xmobar.Signal (setupSignalHandler, withDeferSignals) import Xmobar.Window import Xmobar.Types |