diff options
author | jao <jao@gnu.org> | 2018-07-18 17:06:40 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-07-18 17:06:40 +0100 |
commit | 82e186a112ac0d76a139ed572fb24b45a6b83967 (patch) | |
tree | 28ad1b28465976b648ab0f6f0fab7ce56322af9a /xmobar.cabal | |
parent | 11fa52601bc486b110252b7c6aa22bae2bafbd86 (diff) | |
download | xmobar-82e186a112ac0d76a139ed572fb24b45a6b83967.tar.gz xmobar-82e186a112ac0d76a139ed572fb24b45a6b83967.tar.bz2 |
Missing Paths_xmobar module (cf. #357)
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 7c08610..49e8f76 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -30,7 +30,7 @@ test-suite XmobarTest other-modules: Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize, XUtil, StatFS, Runnable, ColorCache, Window, Signal, - Environment, + Environment, Paths_xmobar, Plugins, Plugins.BufferedPipeReader, Plugins.CommandReader, Plugins.Date, Plugins.EWMH, Plugins.PipeReader, Plugins.MarqueePipeReader, @@ -139,7 +139,7 @@ executable xmobar other-modules: Xmobar, Actions, Bitmap, Config, Parsers, Commands, Localize, XUtil, StatFS, Runnable, ColorCache, Window, Signal, - Environment, + Environment, Paths_xmobar, Plugins, Plugins.BufferedPipeReader, Plugins.CommandReader, Plugins.Date, Plugins.EWMH, Plugins.PipeReader, Plugins.MarqueePipeReader, |