Bump dependency on utf8-string

The release of utf8-string version 1 just removed some deprecated APIs
that are not used by XMonad.

Fixes #598.
This commit is contained in:
Josh Holland
2015-05-05 10:27:18 +00:00
parent 307b82a53d
commit 29bcd465c2

View File

@@ -64,7 +64,7 @@ library
mtl,
process,
unix,
utf8-string >= 0.3 && < 0.4,
utf8-string >= 0.3 && < 1.1,
X11>=1.5 && < 1.7
if true