diff options
author | jao <jao@gnu.org> | 2018-11-26 05:25:36 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2018-11-26 05:25:36 +0000 |
commit | c4b451322c10fd3a0630416a5ba2acb2240236e9 (patch) | |
tree | 4a0c44e5d045943344f010d4d188f67b8e9184dc /xmobar.cabal | |
parent | 5bb1fec0ba93e56691f043323dddf3bb303b5636 (diff) | |
download | xmobar-c4b451322c10fd3a0630416a5ba2acb2240236e9.tar.gz xmobar-c4b451322c10fd3a0630416a5ba2acb2240236e9.tar.bz2 |
Compilation functions lifted from xmonad
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 8a67b1f..874b1f4 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -105,6 +105,7 @@ library Xmobar.App.EventLoop, Xmobar.App.Main, Xmobar.App.Config, + Xmobar.App.Compile, Xmobar.System.Utils, Xmobar.System.StatFS, Xmobar.System.Environment, @@ -170,6 +171,7 @@ library parsec == 3.1.*, parsec-numbers >= 0.1.0, stm >= 2.3 && < 2.6, + extensible-exceptions == 0.1.*, async if impl(ghc < 8.0.2) |