@@ -39,7 +39,7 @@ flag benchmarks
3939
4040Library
4141 Build-Depends : base >= 4.4 && < 5 ,
42- binary >= 0.5 && < 0.6 ,
42+ binary >= 0.6 && < 0.7 ,
4343 network-transport >= 0.3 && < 0.4 ,
4444 stm >= 2.3 && < 2.5 ,
4545 transformers >= 0.2 && < 0.4 ,
@@ -93,7 +93,7 @@ Test-Suite TestCH
9393 distributed-process,
9494 network-transport >= 0.3 && < 0.4 ,
9595 network-transport-tcp >= 0.3 && < 0.4 ,
96- binary >= 0.5 && < 0.6 ,
96+ binary >= 0.6 && < 0.7 ,
9797 network >= 2.3 && < 2.5
9898 Other-modules : TestAuxiliary
9999 Extensions : CPP,
@@ -127,7 +127,7 @@ Executable distributed-process-throughput
127127 distributed-process,
128128 network-transport-tcp >= 0.3 && < 0.4 ,
129129 bytestring >= 0.9 && < 0.11 ,
130- binary >= 0.5 && < 0.6
130+ binary >= 0.6 && < 0.7
131131 else
132132 buildable : False
133133 Main-Is : benchmarks/Throughput.hs
@@ -140,7 +140,7 @@ Executable distributed-process-latency
140140 distributed-process,
141141 network-transport-tcp >= 0.3 && < 0.4 ,
142142 bytestring >= 0.9 && < 0.11 ,
143- binary >= 0.5 && < 0.6
143+ binary >= 0.6 && < 0.7
144144 else
145145 buildable : False
146146 Main-Is : benchmarks/Latency.hs
@@ -153,7 +153,7 @@ Executable distributed-process-channels
153153 distributed-process,
154154 network-transport-tcp >= 0.3 && < 0.4 ,
155155 bytestring >= 0.9 && < 0.11 ,
156- binary >= 0.5 && < 0.6
156+ binary >= 0.6 && < 0.7
157157 else
158158 buildable : False
159159 Main-Is : benchmarks/Channels.hs
@@ -166,7 +166,7 @@ Executable distributed-process-spawns
166166 distributed-process,
167167 network-transport-tcp >= 0.3 && < 0.4 ,
168168 bytestring >= 0.9 && < 0.11 ,
169- binary >= 0.5 && < 0.6
169+ binary >= 0.6 && < 0.7
170170 else
171171 buildable : False
172172 Main-Is : benchmarks/Spawns.hs
0 commit comments