Skip to content

Commit 5eaedc2

Browse files
bgamarifacundominguez
authored andcommitted
Bump binary upper bound
1 parent 700c686 commit 5eaedc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

distributed-process.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ flag old-locale
4242

4343
Library
4444
Build-Depends: base >= 4.4 && < 5,
45-
binary >= 0.6.3 && < 0.8,
45+
binary >= 0.6.3 && < 0.9,
4646
hashable >= 1.2.0.5 && < 1.3,
4747
network-transport >= 0.4.1.0 && < 0.5,
4848
stm >= 2.4 && < 2.5,
@@ -110,7 +110,7 @@ benchmark distributed-process-throughput
110110
distributed-process,
111111
network-transport-tcp >= 0.3 && < 0.6,
112112
bytestring >= 0.9 && < 0.11,
113-
binary >= 0.6.3 && < 0.8
113+
binary >= 0.6.3 && < 0.9
114114
Main-Is: benchmarks/Throughput.hs
115115
ghc-options: -Wall
116116

@@ -120,7 +120,7 @@ benchmark distributed-process-latency
120120
distributed-process,
121121
network-transport-tcp >= 0.3 && < 0.6,
122122
bytestring >= 0.9 && < 0.11,
123-
binary >= 0.6.3 && < 0.8
123+
binary >= 0.6.3 && < 0.9
124124
Main-Is: benchmarks/Latency.hs
125125
ghc-options: -Wall
126126

@@ -130,7 +130,7 @@ benchmark distributed-process-channels
130130
distributed-process,
131131
network-transport-tcp >= 0.3 && < 0.6,
132132
bytestring >= 0.9 && < 0.11,
133-
binary >= 0.6.3 && < 0.8
133+
binary >= 0.6.3 && < 0.9
134134
Main-Is: benchmarks/Channels.hs
135135
ghc-options: -Wall
136136

@@ -140,7 +140,7 @@ benchmark distributed-process-spawns
140140
distributed-process,
141141
network-transport-tcp >= 0.3 && < 0.6,
142142
bytestring >= 0.9 && < 0.11,
143-
binary >= 0.6.3 && < 0.8
143+
binary >= 0.6.3 && < 0.9
144144
Main-Is: benchmarks/Spawns.hs
145145
ghc-options: -Wall
146146

@@ -150,6 +150,6 @@ benchmark distributed-process-ring
150150
distributed-process,
151151
network-transport-tcp >= 0.3 && < 0.6,
152152
bytestring >= 0.9 && < 0.11,
153-
binary >= 0.6.3 && < 0.8
153+
binary >= 0.6.3 && < 0.9
154154
Main-Is: benchmarks/ProcessRing.hs
155155
ghc-options: -Wall -threaded -O2 -rtsopts

0 commit comments

Comments
 (0)