From f4172b310a861d5bf14af22f991bd2047a2deebf Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 10 Mar 2015 21:03:21 +0000 Subject: xmobar.cabal: allow utf8-string-1.0 Signed-off-by: Sergei Trofimovich --- xmobar.cabal | 4 ++-- 1 file 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) -- cgit v1.2.3