Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit c452c4b

Browse files
committed
Allow never binary.
1 parent 138b5c9 commit c452c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed-static.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Library
3636
rank1dynamic >= 0.1 && < 0.4,
3737
containers >= 0.4 && < 0.6,
3838
bytestring >= 0.9 && < 0.11,
39-
binary >= 0.5 && < 0.8,
39+
binary >= 0.5 && < 0.9,
4040
deepseq >= 1.3.0.1 && < 1.6
4141
HS-Source-Dirs: src
4242
Default-Language: Haskell2010

0 commit comments

Comments
 (0)