diff options
author | Ben Boeckel <mathstuf@gmail.com> | 2014-02-05 02:33:22 -0500 |
---|---|---|
committer | Ben Boeckel <mathstuf@gmail.com> | 2014-02-05 02:43:11 -0500 |
commit | 7a4219abe3b4885820bece194c7f125274a711c6 (patch) | |
tree | e862cf9f8e3fb51fe79e930f51dcc67096244ba4 /xmobar.cabal | |
parent | c81976467d317dd23489603f255fcf75bb043be9 (diff) | |
download | xmobar-7a4219abe3b4885820bece194c7f125274a711c6.tar.gz xmobar-7a4219abe3b4885820bece194c7f125274a711c6.tar.bz2 |
Find out whether the weather monitor is likely to block
Uses the HTTP module to do the work rather than curl.
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 39aa0dc..9a26c5d 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -108,6 +108,7 @@ executable xmobar X11 >= 1.6.1, mtl >= 2.0 && < 2.2, parsec == 3.1.*, + HTTP >= 4000, stm >= 2.3 && < 2.5 if flag(with_threaded) |