From fa681551411e8c74e6462f6997c37fcc38335d4d Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 30 Nov 2018 01:46:14 +0000 Subject: XMobar.App.Opts --- xmobar.cabal | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xmobar.cabal') diff --git a/xmobar.cabal b/xmobar.cabal index 874b1f4..1ab39a3 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -95,15 +95,17 @@ library hs-source-dirs: src exposed-modules: Xmobar + Xmobar.App.Main + Xmobar.App.Opts - other-modules: Xmobar.Config.Types, + other-modules: Paths_xmobar, + Xmobar.Config.Types, Xmobar.Config.Parse, Xmobar.Run.Types, Xmobar.Run.Template, Xmobar.Run.Commands, Xmobar.Run.Runnable Xmobar.App.EventLoop, - Xmobar.App.Main, Xmobar.App.Config, Xmobar.App.Compile, Xmobar.System.Utils, @@ -258,7 +260,7 @@ library executable xmobar hs-source-dirs: app main-is: Main.hs - other-modules: Paths_xmobar +-- other-modules: Paths_xmobar build-depends: base, containers, async, -- cgit v1.2.3