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