@@ -42,7 +42,7 @@ flag old-locale
42
42
43
43
Library
44
44
Build-Depends : base >= 4.4 && < 5 ,
45
- binary >= 0.6.3 && < 0.8 ,
45
+ binary >= 0.6.3 && < 0.9 ,
46
46
hashable >= 1.2.0.5 && < 1.3 ,
47
47
network-transport >= 0.4.1.0 && < 0.5 ,
48
48
stm >= 2.4 && < 2.5 ,
@@ -110,7 +110,7 @@ benchmark distributed-process-throughput
110
110
distributed-process,
111
111
network-transport-tcp >= 0.3 && < 0.6 ,
112
112
bytestring >= 0.9 && < 0.11 ,
113
- binary >= 0.6.3 && < 0.8
113
+ binary >= 0.6.3 && < 0.9
114
114
Main-Is : benchmarks/Throughput.hs
115
115
ghc-options : -Wall
116
116
@@ -120,7 +120,7 @@ benchmark distributed-process-latency
120
120
distributed-process,
121
121
network-transport-tcp >= 0.3 && < 0.6 ,
122
122
bytestring >= 0.9 && < 0.11 ,
123
- binary >= 0.6.3 && < 0.8
123
+ binary >= 0.6.3 && < 0.9
124
124
Main-Is : benchmarks/Latency.hs
125
125
ghc-options : -Wall
126
126
@@ -130,7 +130,7 @@ benchmark distributed-process-channels
130
130
distributed-process,
131
131
network-transport-tcp >= 0.3 && < 0.6 ,
132
132
bytestring >= 0.9 && < 0.11 ,
133
- binary >= 0.6.3 && < 0.8
133
+ binary >= 0.6.3 && < 0.9
134
134
Main-Is : benchmarks/Channels.hs
135
135
ghc-options : -Wall
136
136
@@ -140,7 +140,7 @@ benchmark distributed-process-spawns
140
140
distributed-process,
141
141
network-transport-tcp >= 0.3 && < 0.6 ,
142
142
bytestring >= 0.9 && < 0.11 ,
143
- binary >= 0.6.3 && < 0.8
143
+ binary >= 0.6.3 && < 0.9
144
144
Main-Is : benchmarks/Spawns.hs
145
145
ghc-options : -Wall
146
146
@@ -150,6 +150,6 @@ benchmark distributed-process-ring
150
150
distributed-process,
151
151
network-transport-tcp >= 0.3 && < 0.6 ,
152
152
bytestring >= 0.9 && < 0.11 ,
153
- binary >= 0.6.3 && < 0.8
153
+ binary >= 0.6.3 && < 0.9
154
154
Main-Is : benchmarks/ProcessRing.hs
155
155
ghc-options : -Wall -threaded -O2 -rtsopts
0 commit comments