From a9df65ad952251d2f0c837add0cfe4626d321bf8 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 30 Nov 2018 05:27:53 +0000 Subject: Self-compilation a la xmonad --- xmobar.cabal | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'xmobar.cabal') 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, -- cgit v1.2.3