diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2009-10-14 11:14:06 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2009-10-14 11:14:06 +0200 |
commit | 7af999b8b3fc3142e2c4bb32542844175f60f3b9 (patch) | |
tree | 108a87fe9238faad8c8f4fe1050e62d2eaa80ed0 | |
parent | 8bb4da180101061a721ed852b9a2ba5c4701b03a (diff) | |
download | xmobar-7af999b8b3fc3142e2c4bb32542844175f60f3b9.tar.gz xmobar-7af999b8b3fc3142e2c4bb32542844175f60f3b9.tar.bz2 |
use whatever version of parsec we have
Ignore-this: 0c7a7a10292e4e8cd3a379b178afd5d63950b775
darcs-hash:20091014091406-d6583-e83fa8ff33b42a9bbbf8f439566107ed2bffa72e.gz
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 0d49eda..4de297f 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -56,4 +56,4 @@ executable xmobar build-depends: hinotify cpp-options: -DINOTIFY - build-depends: X11>=1.3.0, mtl, unix, parsec < 3, filepath, stm, action-permutations==0.0.0.0 + build-depends: X11>=1.3.0, mtl, unix, parsec, filepath, stm, action-permutations==0.0.0.0 |