Skip to content

Commit 09971cf

Browse files
phadejhvr
authored andcommitted
Raise bytestring-builder lower-bound
1 parent 0ee8d1f commit 09971cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ library
151151

152152
if flag(bytestring-builder)
153153
build-depends: bytestring >= 0.9 && < 0.10.4,
154-
bytestring-builder >= 0.10.4
154+
bytestring-builder >= 0.10.4.0.2
155155
else
156156
build-depends: bytestring >= 0.10.4 && < 0.11
157157

0 commit comments

Comments
 (0)