aboutsummaryrefslogtreecommitdiffstats
path: root/xmonad.cabal
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2011-11-18 19:29:20 +0100
committerAdam Vogt <vogt.adam@gmail.com>2011-11-18 19:29:20 +0100
commit2228d08ff6c328db1d3b24ac6473ebd8162658f9 (patch)
tree32a7c45c1d57e3068be4db8f8860a6e517c8bc99 /xmonad.cabal
parent64d5e36232b03d23b6a2315e55fb7a0752ac35a3 (diff)
downloadxmonad-2228d08ff6c328db1d3b24ac6473ebd8162658f9.tar.gz
xmonad-2228d08ff6c328db1d3b24ac6473ebd8162658f9.tar.xz
xmonad-2228d08ff6c328db1d3b24ac6473ebd8162658f9.zip
Assume locale is utf8 for spawn.
Ignore-this: ea27391896e898f1288764ea40bc9661 This adds the utf8-string dependency so that users no longer need to encode strings they (possibly indirectly) pass to spawn. This is the expected behavior, since each Char in String should be an actual character. For systems that do not use utf8 this does not help. Fixing this by using iconv or similar libraries may be done later. darcs-hash:20111118182920-1499c-a28ab3ef902a76cd50fa190526c00ccb4c7b6437.gz
Diffstat (limited to 'xmonad.cabal')
-rw-r--r--xmonad.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmonad.cabal b/xmonad.cabal
index cc37051..9cfd671 100644
--- a/xmonad.cabal
+++ b/xmonad.cabal
@@ -46,7 +46,8 @@ library
build-depends: base < 5 && >=3, containers, directory, process, filepath, extensible-exceptions
else
build-depends: base < 3
- build-depends: X11>=1.5.0.0 && < 1.6, mtl, unix
+ build-depends: X11>=1.5.0.0 && < 1.6, mtl, unix,
+ utf8-string >= 0.3 && < 0.4
if true
ghc-options: -funbox-strict-fields -Wall