diff options
author | Alexander Polakov <plhk@sdf.org> | 2013-02-25 03:30:53 +0400 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-02-25 07:23:06 +0100 |
commit | c9d6896cbd7e03af344f5d053c267174ccd10a11 (patch) | |
tree | 2dbd6a0c0399f0f112688b8059c0f84638c77327 /xmobar.cabal | |
parent | 4a2df063a22228274fca1bee69fa73989995be47 (diff) | |
download | xmobar-c9d6896cbd7e03af344f5d053c267174ccd10a11.tar.gz xmobar-c9d6896cbd7e03af344f5d053c267174ccd10a11.tar.bz2 |
readBitmapFile was included into X11 package
Diffstat (limited to 'xmobar.cabal')
-rw-r--r-- | xmobar.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index 6a1cbb8..49ad9ff 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -74,7 +74,7 @@ executable xmobar hs-source-dirs: src main-is: Main.hs other-modules: - Xmobar, Bitmap, Config, Parsers, Commands, Localize, XGraphic, + Xmobar, Bitmap, Config, Parsers, Commands, Localize, XUtil, StatFS, Runnable, ColorCache, Window, Signal, Plugins, Plugins.BufferedPipeReader, Plugins.CommandReader, Plugins.Date, Plugins.EWMH, @@ -104,7 +104,7 @@ executable xmobar unix, time, filepath, - X11 == 1.6.*, + X11 >= 1.6.1, mtl >= 2.0 && < 2.2, parsec == 3.1.*, stm >= 2.3 && < 2.5 |