diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-27 13:08:34 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-27 13:08:34 +0200 |
commit | e22c89eadc72c8b294536421fce7ca940f969e50 (patch) | |
tree | ff32863ba9b060170cb100994c9c02a358bfe4e6 | |
parent | 77fc3ca140d0b7cc1314437cb7b45fd897459550 (diff) | |
download | xmobar-e22c89eadc72c8b294536421fce7ca940f969e50.tar.gz xmobar-e22c89eadc72c8b294536421fce7ca940f969e50.tar.bz2 |
Added X11-extras dependeny
darcs-hash:20071027110834-d6583-def6824f346814dae52b47d51f0540d99022f8b9.gz
-rw-r--r-- | xmobar.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 558626e..dc81d13 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -12,7 +12,7 @@ license: BSD3 license-file: LICENSE author: Andrea Rossato maintainer: andrea.rossato@unibz.it -build-depends: base>=2.0, X11>=1.2.1, mtl>=1.0, unix>=1.0, parsec>=2.0, filepath>=1.0, stm>=2.0 +build-depends: base>=2.0, X11>=1.2.1, X11-extras>=0.3, mtl>=1.0, unix>=1.0, parsec>=2.0, filepath>=1.0, stm>=2.0 executable: xmobar main-is: Main.hs |