diff options
author | Dragos Boca <dragos.boca@oracle.com> | 2015-08-18 15:13:26 +0300 |
---|---|---|
committer | Dragos Boca <dragos.boca@oracle.com> | 2015-08-18 15:13:26 +0300 |
commit | 7000477c014ed6d40507f4472f098736b270840b (patch) | |
tree | fa6276f5a2ea923814062637518d493614f942c9 /xmobar.cabal | |
parent | 964c50754350fb68a6c2c180b9d399a4e0dc3d47 (diff) | |
download | xmobar-7000477c014ed6d40507f4472f098736b270840b.tar.gz xmobar-7000477c014ed6d40507f4472f098736b270840b.tar.bz2 |
add dependencies to http-conduit and http-types for weather plugin
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index d066cfe..9be6452 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -105,22 +105,24 @@ executable xmobar extra-libraries: Xrandr Xrender build-depends: - base == 4.*, - containers, - regex-compat, - process, - old-locale, - bytestring, - directory, - unix, - time, - filepath, - transformers, - X11 >= 1.6.1, - mtl >= 2.1 && < 2.3, - parsec == 3.1.*, - HTTP >= 4000.2.4, - stm >= 2.3 && < 2.5 + base == 4.*, + containers, + regex-compat, + process, + old-locale, + bytestring, + directory, + unix, + time, + filepath, + transformers, + http-conduit, + http-types, + X11 >= 1.6.1, + mtl >= 2.1 && < 2.3, + parsec == 3.1.*, + HTTP >= 4000.2.4, + stm >= 2.3 && < 2.5 if flag(with_threaded) -- -threaded is a workaround for 100% CPU busy loop |