summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index f63ed3b..db0d130 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -128,12 +128,12 @@ executable xmobar
cpp-options: -DGHC6
if flag(with_xft) || flag(all_extensions)
- build-depends: utf8-string == 0.3.*, X11-xft >= 0.2 && < 0.4
+ build-depends: utf8-string >= 0.3 && < 1.1, X11-xft >= 0.2 && < 0.4
other-modules: MinXft
cpp-options: -DXFT
if flag(with_utf8) || flag(all_extensions)
- build-depends: utf8-string == 0.3.*
+ build-depends: utf8-string >= 0.3 && < 1.1
cpp-options: -DUTF8
if flag(with_inotify) || flag(all_extensions)