Skip to content

Commit 0eb13f1

Browse files
committed
Bump lower bound of binary to >= 0.8.3
1 parent 1231709 commit 0eb13f1

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
@@ -222,7 +222,7 @@ library
222222
build-depends:
223223
array >= 0.3 && < 0.6,
224224
base >= 4.11 && < 5,
225-
binary >= 0.5 && < 0.9,
225+
binary >= 0.8.3 && < 0.9,
226226
bytestring >= 0.10.4 && < 0.13,
227227
deepseq >= 1.1 && < 1.6,
228228
ghc-prim >= 0.2 && < 0.15,

0 commit comments

Comments
 (0)