From 59ebf36d57aa64dc1ea8816243a6c6a1bb6c1281 Mon Sep 17 00:00:00 2001 From: Khudyakov Alexey Date: Fri, 20 Feb 2009 19:33:18 +0100 Subject: Make utf8-string regular dependency Ignore-this: b38936b037c1172ec69905fa345f7afe The reason for this is that EWMH specification require utf8 encoded strings. darcs-hash:20090220183318-7ba7e-fff9447ab3b47b875de50db74c3c5a91a6d13cc8.gz --- xmonad-contrib.cabal | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'xmonad-contrib.cabal') diff --git a/xmonad-contrib.cabal b/xmonad-contrib.cabal index ff7027f..601503a 100644 --- a/xmonad-contrib.cabal +++ b/xmonad-contrib.cabal @@ -34,9 +34,6 @@ flag small_base flag use_xft description: Use Xft to render text -flag with_utf8 - description: Enable Utf8 support - flag testing description: Testing mode default: False @@ -52,13 +49,10 @@ library extensions: ForeignFunctionInterface cpp-options: -DXFT - if flag(with_utf8) - build-depends: utf8-string - extensions: ForeignFunctionInterface - cpp-options: -DUSE_UTF8 - - build-depends: mtl, unix, X11>=1.4.3, xmonad>=0.8, xmonad<0.9 + build-depends: mtl, unix, X11>=1.4.3, xmonad>=0.8, xmonad<0.9, utf8-string ghc-options: -Wall + extensions: ForeignFunctionInterface + cpp-options: -DUSE_UTF8 if flag(testing) ghc-options: -Werror -- cgit v1.2.3