summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergei Trofimovich <siarheit@google.com>2015-03-10 21:03:21 +0000
committerSergei Trofimovich <siarheit@google.com>2015-03-10 21:03:21 +0000
commitf4172b310a861d5bf14af22f991bd2047a2deebf (patch)
treec7430db6dd30283dbaf1e230e88733332346739a
parent38caab49370e2e05e48ff62b6eef66af5d412ad4 (diff)
downloadxmobar-f4172b310a861d5bf14af22f991bd2047a2deebf.tar.gz
xmobar-f4172b310a861d5bf14af22f991bd2047a2deebf.tar.bz2
xmobar.cabal: allow utf8-string-1.0
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
-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)