diff options
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) |