Skip to content

Commit c5a1e1c

Browse files
committed
Fix utf8-string lower bound to account for added module in 0.3.1 (fixes #279)
1 parent 75afb1a commit c5a1e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vty.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ library
4848
mtl >= 1.1.1.0 && < 2.4,
4949
stm,
5050
text >= 0.11.3,
51-
utf8-string >= 0.3 && < 1.1,
51+
utf8-string >= 0.3.1 && < 1.1,
5252
vector >= 0.7,
5353
binary,
5454
parsec,

0 commit comments

Comments
 (0)