summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2013-07-05 00:09:46 -0400
committerBen Boeckel <mathstuf@gmail.com>2013-07-05 00:09:46 -0400
commit9fc6b376a58e83eecb33a55f88175a71e613aa25 (patch)
tree6a5c06e09cc2712f2c22d90016560e1a4565a97c /xmobar.cabal
parent7b0d6bffd5c13234feb798604e01fa6a6f91ec6b (diff)
downloadxmobar-9fc6b376a58e83eecb33a55f88175a71e613aa25.tar.gz
xmobar-9fc6b376a58e83eecb33a55f88175a71e613aa25.tar.bz2
Implement XDG logic locally
Avoids an extra dependency.
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index de80bbf..2ba7e57 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -108,8 +108,7 @@ executable xmobar
X11 >= 1.6.1,
mtl >= 2.0 && < 2.2,
parsec == 3.1.*,
- stm >= 2.3 && < 2.5,
- xdg-basedir == 0.2.*
+ stm >= 2.3 && < 2.5
if flag(with_threaded)
-- -threaded is a workaround for 100% CPU busy loop