summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2018-11-30 05:27:53 +0000
committerjao <jao@gnu.org>2018-11-30 05:27:53 +0000
commita9df65ad952251d2f0c837add0cfe4626d321bf8 (patch)
tree14111b70e96ab310c6d70700f32f8966059adb70 /xmobar.cabal
parentfa681551411e8c74e6462f6997c37fcc38335d4d (diff)
downloadxmobar-a9df65ad952251d2f0c837add0cfe4626d321bf8.tar.gz
xmobar-a9df65ad952251d2f0c837add0cfe4626d321bf8.tar.bz2
Self-compilation a la xmonad
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 1ab39a3..e96c4a2 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -95,8 +95,6 @@ library
hs-source-dirs: src
exposed-modules: Xmobar
- Xmobar.App.Main
- Xmobar.App.Opts
other-modules: Paths_xmobar,
Xmobar.Config.Types,
@@ -107,6 +105,8 @@ library
Xmobar.Run.Runnable
Xmobar.App.EventLoop,
Xmobar.App.Config,
+ Xmobar.App.Main,
+ Xmobar.App.Opts,
Xmobar.App.Compile,
Xmobar.System.Utils,
Xmobar.System.StatFS,
@@ -260,7 +260,6 @@ library
executable xmobar
hs-source-dirs: app
main-is: Main.hs
--- other-modules: Paths_xmobar
build-depends: base,
containers,
async,