From 7000477c014ed6d40507f4472f098736b270840b Mon Sep 17 00:00:00 2001 From: Dragos Boca Date: Tue, 18 Aug 2015 15:13:26 +0300 Subject: add dependencies to http-conduit and http-types for weather plugin --- xmobar.cabal | 34 ++++++++++++++++++---------------- 1 file 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 -- cgit v1.2.3