summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2009-09-14 04:39:21 +0200
committerAdam Vogt <vogt.adam@gmail.com>2009-09-14 04:39:21 +0200
commit7514c05975601d5816c696a8072b23142e8f0802 (patch)
tree2a477914adb81aa751f947a77ac5207c38e03fe6 /xmobar.cabal
parent51b7cdce37a7e0469d02d3aade3a1966907271ef (diff)
downloadxmobar-7514c05975601d5816c696a8072b23142e8f0802.tar.gz
xmobar-7514c05975601d5816c696a8072b23142e8f0802.tar.bz2
Parse config file more intelligently.
Ignore-this: 9d6cd7536b6df73f3af44b7a74b826a1 Using parsec and action-permutations, config options may be permuted or left out (to be replaced by the default configuration option). This patch improves forwards compatibility with xmobar (ex. the addition of lowerOnStart broke many configs), and provides some help to find typos in the config. The commands section is still parsed with Read however. darcs-hash:20090914023921-1499c-b73a792ccfafd50d31878e35f928facb50748531.gz
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 5298e30..034f0d2 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -54,4 +54,4 @@ executable xmobar
build-depends: hinotify
cpp-options: -DINOTIFY
- build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm
+ build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm, action-permutations==0.0.0.0