@@ -42,7 +42,7 @@ flag old-locale
42
42
43
43
Library
44
44
Build-Depends : base >= 4.6 && < 5 ,
45
- binary >= 0.6.3 && < 0.9 ,
45
+ binary >= 0.6.3 && < 0.10 ,
46
46
hashable >= 1.2.0.5 && < 1.3 ,
47
47
network-transport >= 0.4.1.0 && < 0.6 ,
48
48
stm >= 2.4 && < 2.5 ,
@@ -123,7 +123,7 @@ benchmark distributed-process-throughput
123
123
distributed-process,
124
124
network-transport-tcp >= 0.3 && < 0.7 ,
125
125
bytestring >= 0.9 && < 0.11 ,
126
- binary >= 0.6.3 && < 0.9
126
+ binary >= 0.6.3 && < 0.10
127
127
Main-Is : benchmarks/Throughput.hs
128
128
ghc-options : -Wall
129
129
@@ -133,7 +133,7 @@ benchmark distributed-process-latency
133
133
distributed-process,
134
134
network-transport-tcp >= 0.3 && < 0.7 ,
135
135
bytestring >= 0.9 && < 0.11 ,
136
- binary >= 0.6.3 && < 0.9
136
+ binary >= 0.6.3 && < 0.10
137
137
Main-Is : benchmarks/Latency.hs
138
138
ghc-options : -Wall
139
139
@@ -143,7 +143,7 @@ benchmark distributed-process-channels
143
143
distributed-process,
144
144
network-transport-tcp >= 0.3 && < 0.7 ,
145
145
bytestring >= 0.9 && < 0.11 ,
146
- binary >= 0.6.3 && < 0.9
146
+ binary >= 0.6.3 && < 0.10
147
147
Main-Is : benchmarks/Channels.hs
148
148
ghc-options : -Wall
149
149
@@ -153,7 +153,7 @@ benchmark distributed-process-spawns
153
153
distributed-process,
154
154
network-transport-tcp >= 0.3 && < 0.7 ,
155
155
bytestring >= 0.9 && < 0.11 ,
156
- binary >= 0.6.3 && < 0.9
156
+ binary >= 0.6.3 && < 0.10
157
157
Main-Is : benchmarks/Spawns.hs
158
158
ghc-options : -Wall
159
159
@@ -163,6 +163,6 @@ benchmark distributed-process-ring
163
163
distributed-process,
164
164
network-transport-tcp >= 0.3 && < 0.7 ,
165
165
bytestring >= 0.9 && < 0.11 ,
166
- binary >= 0.6.3 && < 0.9
166
+ binary >= 0.6.3 && < 0.10
167
167
Main-Is : benchmarks/ProcessRing.hs
168
168
ghc-options : -Wall -threaded -O2 -rtsopts
0 commit comments