diff options
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 1a3684c..5061507 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -187,7 +187,8 @@ executable xmobar mtl >= 2.1 && < 2.3, parsec == 3.1.*, parsec-numbers >= 0.1.0, - stm >= 2.3 && < 2.6 + stm >= 2.3 && < 2.6, + async if impl(ghc < 8.0.2) -- Disable building with GHC before 8.0.2. |