summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-12-02 05:50:56 +0000
committerjao <jao@gnu.org>2018-12-02 05:50:56 +0000
commit6fc4f0cfcb809b51048e6a3d952b9c887e07b13b (patch)
tree1af7295e8ba7f675d4cde30e34bcc91a79692a54 /xmobar.cabal
parent453ad68e5b24a6dd3a2aaba8727dc6c5c0bdfc9e (diff)
downloadxmobar-6fc4f0cfcb809b51048e6a3d952b9c887e07b13b.tar.gz
xmobar-6fc4f0cfcb809b51048e6a3d952b9c887e07b13b.tar.bz2
Fix: exposing the Command constructors in lib
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 0fb9772..1c75761 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -101,7 +101,8 @@ library
Xmobar.Config.Parse,
Xmobar.Run.Types,
Xmobar.Run.Template,
- Xmobar.Run.Commands,
+ Xmobar.Run.Exec,
+ Xmobar.Run.Command,
Xmobar.Run.Runnable
Xmobar.App.EventLoop,
Xmobar.App.Config,