diff options
author | jao <jao@gnu.org> | 2018-11-30 01:46:14 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-30 01:46:14 +0000 |
commit | fa681551411e8c74e6462f6997c37fcc38335d4d (patch) | |
tree | 1cae95d28275936270778daa755e17d7a5df7c2b /xmobar.cabal | |
parent | 4432e942ac409fa359579bd2e5b546474503a002 (diff) | |
download | xmobar-fa681551411e8c74e6462f6997c37fcc38335d4d.tar.gz xmobar-fa681551411e8c74e6462f6997c37fcc38335d4d.tar.bz2 |
XMobar.App.Opts
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 8 |
1 files changed, 5 insertions, 3 deletions
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, |