From 6fc4f0cfcb809b51048e6a3d952b9c887e07b13b Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 2 Dec 2018 05:50:56 +0000 Subject: Fix: exposing the Command constructors in lib --- src/Xmobar.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Xmobar.hs') diff --git a/src/Xmobar.hs b/src/Xmobar.hs index 4f912a2..ac51c01 100644 --- a/src/Xmobar.hs +++ b/src/Xmobar.hs @@ -20,6 +20,7 @@ module Xmobar (xmobar , defaultConfig , Runnable (..) , Exec (..) + , Command (..) , module Xmobar.Config.Types , module Xmobar.Config.Parse , module Xmobar.Plugins.BufferedPipeReader @@ -42,7 +43,8 @@ module Xmobar (xmobar ) where import Xmobar.Run.Runnable -import Xmobar.Run.Commands +import Xmobar.Run.Exec +import Xmobar.Run.Command import Xmobar.Config.Types import Xmobar.Config.Parse import Xmobar.Plugins.BufferedPipeReader -- cgit v1.2.3