mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-14 19:45:44 -07:00
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:
@@ -64,7 +64,7 @@ library
|
|||||||
mtl,
|
mtl,
|
||||||
process,
|
process,
|
||||||
unix,
|
unix,
|
||||||
utf8-string >= 0.3 && < 0.4,
|
utf8-string >= 0.3 && < 1.1,
|
||||||
X11>=1.5 && < 1.7
|
X11>=1.5 && < 1.7
|
||||||
|
|
||||||
if true
|
if true
|
||||||
|
Reference in New Issue
Block a user